Skip to main content

Module encrypted_store

Module encrypted_store 

Source
Expand description

Encrypted key storage for secure backups

This module provides AES-256-GCM encryption for private key storage with Argon2id key derivation. The on-disk format uses ENCRYPTED_STORE_VERSION 1.

Structs§

EncryptedKeyStore
Encrypted private key storage

Constants§

ENCRYPTED_STORE_VERSION
On-disk encryption format version for EncryptedKeyStore.
MIN_PASSPHRASE_LENGTH
Minimum passphrase length required for encryption

Functions§

validate_passphrase
Validate passphrase strength