start:pass
Table of Contents
Pass, the password manager
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
start/pass.txt ยท Last modified: by justin
