Tag: fernet
-
Using the field encryption key to decrypt secrets in Crypt Server
Why do this? Well, you shouldn’t really ever need to do this. The beauty of Crypt Server is that you run the docker container with the field encryption key, and Django automatically does all the encrypting and decrypting for you. You shouldn’t need to look manually at the keys stored in the database. But, in…