Crate encrypted_json_kv[][src]

Structs

Database

A KV store based on sled, storing serde_json::Value values in an encrypted fashion

EncryptedValue

EncryptionWrapper around serde_json::Value, using sodiumoxide's secretbox. Serializes into a string using base64 encoding.

Enums

DatabaseError
DatabaseOpenError
DatabaseSetPassphraseError
EncryptionError