Implement key hierarchy and encryption at rest #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Implement the three-layer key hierarchy and AEAD encryption at rest as described in ARCHITECTURE.md section 4.
The
aead_encryptedtable andarbiter_settings.root_key_idFK exist in the DB, andchacha20poly1305is a dependency, but no encryption logic is implemented yet.Requirements:
aead_encryptedaead_encryptedschema_versioncolumn for future migrationDone, but no rotation