Confluex / Zuul

Keymaster and Gatekeeper - Application Configuration Management
http://confluex.com
Apache License 2.0
42 stars 32 forks source link

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

Open ghost opened 8 years ago

ghost commented 8 years ago

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 commented 8 years ago

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.