diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-04-19 17:47:20 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-19 17:47:20 -0400 |
commit | c65a5cc723b490609010411ce96c604a097418d7 (patch) | |
tree | f7d8d2957cb6f47263fc0970ccbd990caf3e041e /README.md | |
parent | 5aef2f37f4961c165635f2626e1d40f450a3fafa (diff) |
pass now used for password management
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ Install these required programs: - `neomutt` - the email client. - `isync` - downloads and syncs the mail. - `msmtp` - sends the email. +- `pass` - safely encrypts passwords You also need a GPG key pair to encrypt passwords. If you don't know what that is, just run `gpg --full-gen-key` (or `gpg2 --full-gen-key`) to get one. |