| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Two scripts in Python to encrypt/decrypt using the 128 bits AES algorithm, ECB mode with hex "00" as padding for each character. For the encryption, an ascii plaintext file is taken as the input, then an encrypted hex file is outputted. For the decryption, a ciphertext hex file is taken as the input, then a decrypted ascii file is outputted.
Implementation of various symmetric key encryption systems like AES, DES, triple DES (3 DES), Ceasar cipher, Substitution cipher, Hill cipher
A simple python script that allows you easily encrypt and decrypt your files!
A simple implementation of AES-128 in Python
A Python Password Manager
Add a description, image, and links to the aes-encryption-python topic page so that developers can more easily learn about it.
To associate your repository with the aes-encryption-python topic, visit your repo's landing page and select "manage topics."
| Back | FazBrowse Home | New Git URL |