aes-encryption-python
There are 4 repositories under aes-encryption-python topic.
homerflander/AES-Encryption-Python
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.
fxxce/Symmetric-Encryption
Implementation of various symmetric key encryption systems like AES, DES, triple DES (3 DES), Ceasar cipher, Substitution cipher, Hill cipher
maxim3007/pyenc
A simple python script that allows you easily encrypt and decrypt your files!
AndroxxTraxxon/pypassman
A Python Password Manager