项目作者: homerflander

项目描述 :
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.
高级语言: Python
项目地址: git://github.com/homerflander/AES-Encryption-Python.git
创建时间: 2017-06-14T08:45:08Z
项目社区:https://github.com/homerflander/AES-Encryption-Python

开源协议:

下载