From e5efd3fb5b24757a7c5100fa0eb7d176c4021950 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 1 Feb 2020 18:13:22 +0100 Subject: [PATCH] Update _includes/sections/password-managers.html Co-Authored-By: Mikaela Suomalainen --- _includes/sections/password-managers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/password-managers.html b/_includes/sections/password-managers.html index e4dcc853..0a486ae6 100644 --- a/_includes/sections/password-managers.html +++ b/_includes/sections/password-managers.html @@ -82,6 +82,6 @@ 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 very simple 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 some plugins can be installed for extra functionalities. It can be used in scripts without having to put the actual password in plain text. + 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.