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.
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.