benedekh / WeLoveClouds

Repository for submissions on the CloudDB course.
0 stars 1 forks source link

Encrypted persisted storage unit and encrypted persistent storage #221

Closed benedekh closed 7 years ago

benedekh commented 7 years ago

Instead of KVPersistentStorage an EncryptedPersistentStorage is implemented. In its map, the keys are encrypted by AES.

The same goes for the PersistedStorageUnit, where both the key and value of an entry is encrypted in the map (see EncryptedPersistedStorageUnit).

So in this way not only the communication would be encrypted (Hunton is working on that), but the storage too. -> Secure storage service