Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eliminate session key #304

Merged
merged 1 commit into from
Aug 9, 2024
Merged

Eliminate session key #304

merged 1 commit into from
Aug 9, 2024

Conversation

emlun
Copy link
Member

@emlun emlun commented Aug 8, 2024

As highlighted in the self-critique of the v3 encryption architecture: Now that the main key can be easily rotated, the session key is no longer needed as we can simply rotate the main key whenever we make a change to the encrypted data. Eliminating the session key simplifies this key rotation on updating the encrypted data.

This depends on:

Now that the main key can be easily rotated, the session key is no longer needed
as we can simply rotate the main key whenever we make a change to the encrypted
data.
@emlun
Copy link
Member Author

emlun commented Aug 8, 2024

I will also update the encryption architecture docs (see also wwWallet/wallet-docs#8 which is still pending) to reflect this change.

Base automatically changed from user-uuid to master August 9, 2024 11:25
@emlun
Copy link
Member Author

emlun commented Aug 9, 2024

@emlun emlun merged commit 36cb2fb into master Aug 9, 2024
4 checks passed
@emlun emlun deleted the no-session-key branch August 9, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants