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§
- File
KeyProvider - File-based key provider for development and testing.