gopass


Prerequisites

  1. Install git
  2. Install GPG

Install using winget

winget install Git.Git
winget install GnuPG.Gpg4win

Install gopass

winget install gopass.gopass

Help

COMMANDS:
   age                 age commands
   alias               Print domain aliases
   audit               Decrypt all secrets and scan for weak or leaked passwords
   cat                 Decode and print content of a binary secret to stdout, or encode and insert from stdin
   clone               Clone a password store from a git repository
   completion          Bash and ZSH completion
   config              Display and edit the configuration file
   copy, cp            Copy secrets from one location to another
   create, new         Easy creation of new secrets
   delete, remove, rm  Remove one or many secrets from the store
   edit, set           Edit new or existing secrets
   find, search        Search for secrets
   fsck                Check store integrity, clean up artifacts and possibly re-write secrets
   fscopy              Copy files from or to the password store
   fsmove              Move files from or to the password store
   generate            Generate a new password
   grep                Search for secrets files containing search-string when decrypted.
   history, hist       Show password history
   init                Initialize new password store.
   insert              Insert a new secret
   list, ls            List existing secrets
   merge               Merge multiple secrets into one
   mounts              Edit mounted stores
   move, mv            Move secrets from one location to another
   otp, totp, hotp     Generate time- or hmac-based tokens
   process             Process a template file
   pwgen               Generate passwords
   recipients          Edit recipient permissions
   setup               Initialize a new password store
   show                Display the content of a secret
   sum, sha, sha256    Compute the SHA256 checksum
   sync                Sync all local stores with their remotes
   templates           Edit templates
   update              Check for updates
   version             Display version
   help, h             Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --yes, -y                   Always answer yes to yes/no questions (default: false)
   --clip, -c                  Copy the password value into the clipboard (default: false)
   --alsoclip, -C              Copy the password and show everything (default: false)
   --qr                        Print the password as a QR Code (default: false)
   --qrbody                    Print the body as a QR Code (default: false)
   --unsafe, -u, --force, -f   Display unsafe content (e.g. the password) even if safecontent is enabled (default: false)
   --password, -o              Display only the password. Takes precedence over all other flags. (default: false)
   --revision value, -r value  Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or -<N> to select the Nth oldest revision of this entry.
   --noparsing, -n             Do not parse the output. (default: false)
   --nosync                    Disable auto-sync (default: false)
   --chars value               Print specific characters from the secret
   --help, -h                  show help
   --version, -v               print the version