Tag: sensitive user data
-
How to Pythonically Store Sensitive and Encrypted Information in a Database For a Web Application the Right Way – Part 1
In this blog post, you will learn how to store sensitive information in a database the right way. This involves learning about data encryption keys, key encryption keys, key derivation functions, Advanced Encryption Standard (AES) 256-bit symmetric key encryption, and more all while using best software engineering practices. The particular database used in this blog…