Vincent-G-Van / AES-Encryption-PythonView on GitHub
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.
26Jul 22, 2017Updated 8 years ago

Alternatives and similar repositories for AES-Encryption-Python

Users that are interested in AES-Encryption-Python are comparing it to the libraries listed below

Sorting:

Are these results useful?