Overview of gopass features
mastergopass is a secure secret storage tool that supports several advanced features:
- Secure secret storage: Encrypted storage of secrets.
- Multiple stores: Ability to mount multiple stores into your root store.
- Recipient management: Manage multiple users for each store.
- Password quality assistance (beta): Offline checks for common password flaws.
- Password leak checker (integration): Offline checks against known leaks using
gopass-hibp. - PAGER support: Automatic invocation of a pager for long outputs.
- JSON API (integration): Enables use as a native extension for browser plugins.
- Automatic fuzzy search: Searches for matching entries if a literal match is not found.
- gopass sync: Syncing of remote repositories and GPG keys.
- Desktop Notifications: Notifications for long-running operations.
- REPL (beta): Integrated shell with autocompletion by running
gopass. - OTP support: Generation of TOTP/(HOTP) tokens from stored secrets.
- Extensions: Extend functionality via custom commands using the gopass API.