Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 678 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 678 Bytes

🔐 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