Skip to content

touhidshaikh/AES_Decryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

AES Decryptor

AES Decryptor is a tool to decrypt encrypted files using OpenSSL.

Requirements

  • openssl utils
  • Python3

Usage

Usage:

python3 aes_decryptor.py [-h] --infile INFILE --wordlist WORDLIST --ofilename OFILENAME --mode MODE

Options

-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

Example

python3 aes_decryptor.py -i encrypted.file -w wordlist.txt -o decrypted.file -m aes-256-cbc

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

visit : http://www.touhidshaikh.com Author : @touhidshaikh22

About

This tool help you to decryption of AES Encrypted file in very easy way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages