Encrypt and Decrypt files (AES using CBC Mode) in Python. For a detailed text/video based tutorial you might want to check out this link.
- Python 3.x
- pycrypto
You can install the missing dependencies thorugh pip
- Fork it
- 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
- Submit a pull request
- Muhammad Ali Zia
This project is licensed under the MIT License - see the LICENSE.md file for details