Crate sifredb_key_file

Crate sifredb_key_file 

Source
Expand description

File-based key provider for SifreDB.

This provider stores keys in the filesystem and is suitable for development and testing environments.

§Security Warning

This provider is NOT recommended for production use. Keys are stored in plaintext on disk. For production, use a KMS provider (AWS KMS, GCP KMS, etc.).

Structs§

FileKeyProvider
File-based key provider for development and testing.