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. +