-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the data encryption layer too
Implement the data encryption layer explained in the document added in the previoud commit. Specifically make the EK be a generic key and then derive individual AES keys from it via an HKDF Expand step before encrypting the actual data. Signed-off-by: Simo Sorce <[email protected]>
- Loading branch information
Showing
2 changed files
with
180 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters