Tag: DEK
-
How to Pythonically Store Sensitive and Encrypted Information in a Database for a Web Application the Right Way – Part 2
In my previous blog post, How to Pythonically Store Sensitive and Encrypted Information in a Database for a Web Application the Right Way – Part 1, I discussed cryptographic concepts, such as data encryption keys, key encryption keys, and key derivation functions, and I also discussed how to use these concepts to store sensitive information…