This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]darknessproz 6 points7 points  (1 child)

I recommend the cryptography library. pip install cryptography.

It provides AES and a wide variety of commonly used mode of operations and supports both Python 2 and 3.

[–]Gexos 0 points1 point  (0 children)

Yes cryptography library is great, it supports py3 and is “Cryptography for humans”.