======Pass, the password manager====== > [[https://en.wikipedia.org/wiki/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. =====Installation===== To install pass: sudo apt install pass Create the password store for ''user@example.com'': pass init user@example.com =====List all passwords===== pass =====Create new password===== To create a password for website ''example.com'', user ''username'' and length 20: pass generate example.com/username 20 -c =====Retrieve existing password===== Retrieve password and copy it to the clipboard: pass example.org/username -c