From 892067a466ff19a9386d6c5b8db7f3e498907df1 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 2 Feb 2020 13:41:19 +0100 Subject: [PATCH] Added Pass to the PasswordManagers page (#1676) --- _includes/sections/password-managers.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_includes/sections/password-managers.html b/_includes/sections/password-managers.html index 0b2beaf2..0a486ae6 100644 --- a/_includes/sections/password-managers.html +++ b/_includes/sections/password-managers.html @@ -81,4 +81,7 @@
  • Password Safe - Whether the answer is one or hundreds, Password Safe allows you to safely and easily create a secured and encrypted username/password list. With Password Safe all you have to do is create and remember a single "Master Password" of your choice in order to unlock and access your entire username/password list.
  • +
  • + Pass - Pass is a bare-bones password store that keeps passwords using gpg2 encrypted files inside a simple directory tree residing at ~/.password-store. It has a simple terminal interface where the user can perform the usual actions, and it's functionality can be extended by plugins. It can also be used in scripts without having to input the actual password in plain text. +