Re: AES Encryption

2019-01-19 Thread Alex Heyden
PyCrypto would be the Python-side library if you wanted to handle this in application code, but personally, I'd prefer to handle it in my database of choice. A lot of us use Postgres, and there's a django-pgcrypto library for that. That being said, reversible ciphers are hard to do meaningfully.

AES Encryption

2019-01-19 Thread cpyle
Is there a blog or website dedicated to helping Django developers handle PII? I'd like to use AES 256 encryption to store all of our fields but have no guidance on the best practices for implementing security measures. -- You received this message because you are subscribed to the Google