boltlabs-inc / key-mgmt-spec

Formal specification for the key management project
MIT License
3 stars 2 forks source link

Add additional entropy to client-side generation of `storage_key` in arbitrary secrets #141

Open indomitableSwan opened 1 year ago

indomitableSwan commented 1 year ago

Currently the client generates storage_key used for e2e encrypted storage of data using just their internal RNG.

Instead:

indomitableSwan commented 1 year ago

Recommendation: adjust naming of storage_key to emphasize that this is a key chosen client-side, e.g., client_storage_key.