Module store

Module store 

Source
Expand description

Interface to a password store and its secrets.

Structs§

FilterSecretIter
Iterator that wraps a SecretIter with a filter.
Secret
A password store secret.
SecretIter
Iterator that walks through password store secrets.
SecretIterConfig
Secret iterator configuration.
Store
Represents a password store.

Enums§

Err
Password store error.
FindSecret
Find secret result.

Constants§

SECRET_SUFFIX
Password store secret file suffix.

Functions§

can_decrypt
Check whether we can decrypt the first secret in the store.
relative_path
Get relative path in given root.