nvie / SimpleAES

AES-256 encryption and decryption in Python for mere mortals.
Other
55 stars 20 forks source link

DEPRECATED

Please use cryptography instead!

This project is pretty old and won't be maintained further. For much better (!) symmetric encryption, I advise to take a look at the cryptography package: it's super friendly!

Here's an API that offers the same simple API: https://cryptography.io/en/latest/fernet/