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 Groups

Storing SSN and other PII in Django

2019-01-14 Thread cpyle
Hey all, My company requires us to store a user's SSN to report business on his or her behalf. I'll admit that I've never built out a django production app, so I'm not sure the best practices for storing PII. Is there any way to encrypt the information on the backend so even the admins like me