Skip to content

πŸ” Message crypter AES methode (256 bits, CFB methode), many hashes, encoders.

Notifications You must be signed in to change notification settings

ll0utr3/CryptoRusse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” CryptoRusse

forthebadge made-with-python

  • CryptoRusse is a text cipher with AES 256 bits CFB method
  • Hashes : MD5, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, SHA3-224, SHA3-256, SHA3-384, SHA3-512, BLAKE2b, BLAKE2s, SHAKE-128, SHAKE-256
  • Text encoders : Base64, Base32, Base16, Hex
  • Only work on Linux with Python 3
  • Tested on Kali Linux 2019.1

πŸ›  Installation

git clone https://github.com/JeSuisRusse/CryptoRusse.git
cd CryptoRusse
pip3 install -r requirements.txt
python3 CryptoRusse.py

✨ Other

  • This project is free and Open Source so use it as you want

About

πŸ” Message crypter AES methode (256 bits, CFB methode), many hashes, encoders.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages