the-javapocalypse / Python-File-Encryptor

Encrypt and Decrypt files using Python (AES CBC MODE)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python-File-Encryptor

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.

Getting Started

Installation

  • Python 3.x
  • pycrypto

You can install the missing dependencies thorugh pip

Contributing

  1. Fork it
  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. Submit a pull request

Authors

  • Muhammad Ali Zia

License

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

About

Encrypt and Decrypt files using Python (AES CBC MODE)

License:MIT License


Languages

Language:Python 100.0%