5-improve-encrypted-storage #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "5-improve-encrypted-storage"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added the use of DEK's for encryption of secrets. Both the KEK's and DEK's are stored in a way that you can have multiple key of which one is active. But the others are still available for decrypting. This allows for implementing key rotation.