AES Encryption/Decryption

Peter pacqa100 at yahoo.com.au
Fri Nov 2 23:46:31 EDT 2018


On 3/11/2018 1:42 AM, 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.
>
> Thanks.
>
Although not specifically what you asked about, it's also useful to be 
aware of the new secrets module in Python 3.6.
Peter






More information about the Python-list mailing list