Implement secure OS-backed secret storage
This commit is contained in:
@@ -52,6 +52,9 @@ debug representation is redacted and its allocation is zeroed on drop. The
|
||||
OpenPGP backend's password type also zeroes its owned storage. Plaintext enters
|
||||
the message encoder through an owning reader instead of being copied into an
|
||||
ordinary intermediate buffer.
|
||||
The production provider is the storage-owned native secret store documented in
|
||||
[`secure-secret-storage.md`](secure-secret-storage.md); protected-key
|
||||
passphrases are addressed only by their primary fingerprint.
|
||||
|
||||
Detached `.gpg-id.sig` files use binary-document signatures with SHA-256 and
|
||||
issuer fingerprint/key-ID metadata. Verification succeeds only when the valid
|
||||
|
||||
Reference in New Issue
Block a user