Article · Wikipedia archive · Last revised Jul 8, 2026

Pass (software)

pass is a password manager inspired by the Unix philosophy. It has a command-line interface, and uses GnuPG for encryption and decryption of stored passwords.

Last revised
Jul 8, 2026
Read time
≈ 1 min
Length
249 w
Citations
6
Source
pass
DeveloperJason A. Donenfeld
ReleaseSeptember 4, 2012 (2012-09-04)
Stable release
1.7.41 Edit this on Wikidata / 11 June 2021
Written inBash
Operating systemFreeBSD, Linux, OpenBSD, OS X
Available inEnglish
TypePassword manager
LicenseGPL-2.0-or-later
Websitewww.passwordstore.org Edit this on Wikidata
Repository

pass is a password manager inspired by the Unix philosophy. It has a command-line interface, and uses GnuPG for encryption and decryption of stored passwords.23

The passwords are encrypted and stored in separate files, and can be organized via the operating system's filesystem. A password file can contain additional text, such as the username, the email address, comments, or anything the user would like, since the password files are nothing more than encrypted text files.

There are several graphical user interfaces (GUIs) available, such as QtPass for Linux/Windows/MacOS or Password Store for Android operating systems. A syncing system is not implemented, but syncing can be achieved by using the Git version control system. The built in Git functionality also allows for automated version history tracking of the password store.

Vulnerabilities

In June 2018, pass was found to be vulnerable to a variant of the SigSpoof attack.45 The issue was patched the same day that the vulnerability was disclosed.4

See also

See also

References

References

External links