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)
- Host: GitHub
- URL: https://github.com/kronopt/aes_encrypt_decrypt
- Owner: Kronopt
- License: gpl-3.0
- Created: 2017-01-24T19:07:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T18:39:33.000Z (over 7 years ago)
- Last Synced: 2025-02-01T22:15:00.298Z (over 1 year ago)
- Topics: aes, aes-decryption, aes-encryption, python, python-2
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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