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

Same encryption salt used when encrypting all properties at once on key change #96

Open
ghost opened this issue Feb 11, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 11, 2016

Whenever a key is changed, all of the properties that use that key are re-encrypted at once using the updated key. However, the same salt is used for all properties. This should be changed so that a different random salt is used to re-encrypt each property value.

@psmith

@psmith
Copy link
Contributor

psmith commented Feb 11, 2016

I'm having fun replicating this consistently. I managed to do it once, but can't do it again. I'll look into it more.

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

No branches or pull requests

1 participant