AES Decryptor is a tool to decrypt encrypted files using OpenSSL.
- openssl utils
- Python3
Usage:
python3 aes_decryptor.py [-h] --infile INFILE --wordlist WORDLIST --ofilename OFILENAME --mode MODE
-h, --help show this help message and exit
-i INFILE, --infile INFILE
Full path of Encrypted File.
-w WORDLIST, --wordlist WORDLIST
Full path of Wordlist File
-o OFILENAME, --ofilename OFILENAME
Output file name.
-m MODE, --mode MODE Select any from aes-256-cbc or aes-256-ecb
python3 aes_decryptor.py -i encrypted.file -w wordlist.txt -o decrypted.file -m aes-256-cbc
- Fork the repository
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE.md file for details.
visit : http://www.touhidshaikh.com Author : @touhidshaikh22