Pass (software)

Summary

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.[2][3]

pass
Developer(s)Jason A. Donenfeld
Initial releaseSeptember 4, 2012; 11 years ago (2012-09-04)
Stable release
1.7.4[1] Edit this on Wikidata / 11 June 2021
Repository
  • git.zx2c4.com/password-store/tree/ Edit this at Wikidata
Written inBash
Operating systemFreeBSD, Linux, OpenBSD, OS X
Available inEnglish
TypePassword manager
LicenseGPL-2.0-or-later
Websitewww.passwordstore.org Edit this on Wikidata

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 edit

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

See also edit

References edit

  1. ^ Error: Unable to display the reference properly. See the documentation for details.
  2. ^ Bruce Byfield (January 2014). "Remembrance of Things Pass". Linux Magazine.
  3. ^ Joe Brockmeier (24 June 2014). "Using pass to Manage Your Passwords on Fedora". Fedora Magazine.
  4. ^ a b "Pass gets a fail: Simple Password Store suffers GnuPG spoofing bug".
  5. ^ "Decades-old PGP bug allowed hackers to spoof just about anyone's signature". 14 June 2018.

External links edit

  • Official website