AES Encryption/Decryption

Lutz Horn lutz.horn at posteo.de
Fri Nov 2 10:52:23 EDT 2018


On Fri, Nov 02, 2018 at 07:42:24AM -0700, Jeff M wrote:
> Python newbie here, looking for code samples for encrypting and
> decrypting functions, using AES.  See lots of stuff on the interwebs,
> but lots of comments back an forth about bugs, or implemented
> incorrect, etc...
> 
> I need to encrypt some strings that will be passed around in URL, and
> then also some PII data at rest.

Use https://pypi.org/project/cryptography/

Lutz



More information about the Python-list mailing list