syndicate-storage / syndicate

Internet-scale software-defined storage system
Apache License 2.0
56 stars 10 forks source link

Optionally encrypted cache #76

Closed jcnelson closed 10 years ago

jcnelson commented 10 years ago

When caching data locally, make it an option to encrypt the blocks first (i.e. with a session key or a given key) to keep them private.

jcnelson commented 10 years ago

Not necessary. We'll cache pre-processed blocks, so if the operator wants the cache encrypted, the operator needs to supply a UG driver that does so.