SwayDB icon indicating copy to clipboard operation
SwayDB copied to clipboard

Order preserving encryption

Open simerplaha opened this issue 4 years ago • 0 comments

Implement order preserving encryption to allow searchable encrypted data without requiring any decryption by SwayDB. So all data stored on disk will encrypted, ordered and searchable directly on encrypted keys and values without requiring any decryption.

Decryption will be performed by the client at will.

Useful for applications requiring high end-to-end encryption.

simerplaha avatar Oct 18 '21 16:10 simerplaha