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

Allow decryption and encryption of arbitrary data with derived keys #1894

Merged
merged 1 commit into from
Mar 18, 2020

Conversation

vkuznecovas
Copy link
Contributor

Added key derivation from master key on unlock. This will be used for revealing R and maybe things in the future as well.

Prereq for #1585

identity/keystore_filesystem.go Outdated Show resolved Hide resolved
Copy link
Contributor

@zolia zolia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to be sure that we don't leave decrypted and unprotected keys in memory. Garbage collection does not count.

@vkuznecovas vkuznecovas requested a review from zolia March 17, 2020 16:51
@vkuznecovas vkuznecovas merged commit b050730 into master Mar 18, 2020
@vkuznecovas vkuznecovas deleted the derived-key-encryption branch March 18, 2020 08:01
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.

None yet

5 participants