Let's Decrypt is a powerful decryption tool supporting multiple encryption standards. It allows users to decrypt messages and files using various cryptographic algorithms and efficiently manage decrypted outputs.
Added
- New Encryption Base64, Base32, Base16, RSA, Blowfish
- Fixed AES-128, AES-192, AES-256, ChaCha20 -- The problem with AES was that it gave an Error that the Key was wrong (long or short). and ChaCha20 did not decrypt as it should have
- Added Detect
- Added Benchmark
Supports encrypters
- AES 128 (Advanced Encryption Standard with a 128-bit key)
- AES 192 (Advanced Encryption Standard with a 192-bit key)
- AES 256 (Advanced Encryption Standard with a 256-bit key)
- Fernet (Symmetric encryption ensuring message integrity)
- ChaCha20 (A high-performance stream cipher alternative to AES)
- Base64 (Encoding scheme for binary-to-text data representation)
- Base32 (Encoding scheme using a 32-character set for data representation)
- Base16 (Hexadecimal encoding, also known as hex encoding)
- RSA (Asymmetric encryption using public and private keys)
- Blowfish (Symmetric-key block cipher known for speed and effectiveness)
You can also install using PIP and RNI
Install with Pip
pip install letsdecryptInstall with Rni
rni install -git davidmachek/letsdecryptrni install https://rasmnout.tech/letsdecryptLet's Decrypt Docs!
Let's Decrypt Installation!
Full Changelog: v0.0.1...v0.0.2