Directories
¶
| Path | Synopsis |
|---|---|
|
Package audit checks a password store for weak, leaked, reused and expired passwords.
|
Package audit checks a password store for weak, leaked, reused and expired passwords. |
|
Package binary handles base64-encoded binary secrets in the password store.
|
Package binary handles base64-encoded binary secrets in the password store. |
|
Package clip copies secrets to the system clipboard and clears them again.
|
Package clip copies secrets to the system clipboard and clears them again. |
|
Package crypto encrypts and decrypts individual store entries.
|
Package crypto encrypts and decrypts individual store entries. |
|
Package identity resolves age decryption keys from the sources binpass supports: explicit files, the passage identities file, the standard age key file, and age plugin identities backed by hardware tokens.
|
Package identity resolves age decryption keys from the sources binpass supports: explicit files, the passage identities file, the standard age key file, and age plugin identities backed by hardware tokens. |
|
Package importer reads secrets from foreign password managers (Bitwarden, 1Password, LastPass, Chrome, Firefox, Enpass, KeePass, pass, gopass) and converts them into entries suitable for a pass-format store.
|
Package importer reads secrets from foreign password managers (Bitwarden, 1Password, LastPass, Chrome, Firefox, Enpass, KeePass, pass, gopass) and converts them into entries suitable for a pass-format store. |
|
Package keychain moves secrets between the password store and the macOS Keychain.
|
Package keychain moves secrets between the password store and the macOS Keychain. |
|
Package otp implements the one-time password schemes carried in otpauth:// URIs: TOTP (RFC 6238) and HOTP (RFC 4226).
|
Package otp implements the one-time password schemes carried in otpauth:// URIs: TOTP (RFC 6238) and HOTP (RFC 4226). |
|
Package plugin implements binpass's extension system.
|
Package plugin implements binpass's extension system. |
|
Package pwgen generates passwords and diceware passphrases.
|
Package pwgen generates passwords and diceware passphrases. |
|
Package remote defines the transport interface for binpass synchronisation and provides built-in implementations for git, Google Drive, Yandex.Disk, WebDAV, and S3.
|
Package remote defines the transport interface for binpass synchronisation and provides built-in implementations for git, Google Drive, Yandex.Disk, WebDAV, and S3. |
|
Package secret parses and serialises the pass(1) secret format.
|
Package secret parses and serialises the pass(1) secret format. |
|
Package secretservice implements the org.freedesktop.secrets provider on top of the password store, so that programs which already speak Secret Service — Chrome, VS Code, NetworkManager, Evolution — read their secrets from the same store binpass manages, without knowing it exists.
|
Package secretservice implements the org.freedesktop.secrets provider on top of the password store, so that programs which already speak Secret Service — Chrome, VS Code, NetworkManager, Evolution — read their secrets from the same store binpass manages, without knowing it exists. |
|
Package storage is the on-disk layout of a password store: name-to-path mapping, tree walking, and durable writes.
|
Package storage is the on-disk layout of a password store: name-to-path mapping, tree walking, and durable writes. |
|
Package store is the facade over a password store: it binds the on-disk tree to the crypto backends and the secret format.
|
Package store is the facade over a password store: it binds the on-disk tree to the crypto backends and the secret format. |
|
Package sync implements the binpass synchronisation engine.
|
Package sync implements the binpass synchronisation engine. |
|
Package tomb hides the entire password store when it is not in use: no file names, no directory structure, no metadata visible at rest.
|
Package tomb hides the entire password store when it is not in use: no file names, no directory structure, no metadata visible at rest. |
|
Package vcs provides version-control integration for the password store.
|
Package vcs provides version-control integration for the password store. |
Click to show internal directories.
Click to hide internal directories.