Tag Archives: cryptography

AES Encryption/Decryption in Python

This is a snippet in using the PyCrypto package in Python to encrypt and decrypt with AES. The first one implements AES CFB mode – padding is not required for byte alignment. The second one implements AES CBC and PKCS7 … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment