An open API service indexing awesome lists of open source software.

https://github.com/kronopt/aes_encrypt_decrypt

Encrypt and Decrypt files using AES (Advanced Encryption Standard)
https://github.com/kronopt/aes_encrypt_decrypt

aes aes-decryption aes-encryption python python-2

Last synced: 8 months ago
JSON representation

Encrypt and Decrypt files using AES (Advanced Encryption Standard)

Awesome Lists containing this project

README

          

# AES_Encrypt_Decrypt
Encrypt and Decrypt files using AES (Advanced Encryption Standard)

#### Dependencies
- Python 2.7
- Module dependencies (can be installed by running `install_dependencies.py`):
- pycrypto

#### How to run
Run from the command line.
Type `AES_Encrypt_Decrypt.py -h` on the command line for more information