From 6e4e4c7da5ca9c2c2e411f5b4b305451a1a39dc7 Mon Sep 17 00:00:00 2001 From: Mario Rodriguez Date: Thu, 30 Jan 2020 16:52:18 +0100 Subject: [PATCH 1/5] Added Pass to the PasswordManagers page --- _includes/sections/password-managers.html | 17 +++++++++ assets/img/svg/3rd-party/pass.svg | 46 +++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 assets/img/svg/3rd-party/pass.svg diff --git a/_includes/sections/password-managers.html b/_includes/sections/password-managers.html index 0b2beaf2..5641edf0 100644 --- a/_includes/sections/password-managers.html +++ b/_includes/sections/password-managers.html @@ -67,6 +67,23 @@ googleplay="https://play.google.com/store/apps/details?id=com.lesspass.android" %} +{% + include cardv2.html + title="Pass - Self-Host" + image="/assets/img/svg/3rd-party/pass.svg" + description="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." + website="https://www.passwordstore.org/" + github="hhttps://git.zx2c4.com/password-store" + windows="https://www.passwordstore.org/" + mac="https://www.passwordstore.org/" + linux="https://www.passwordstore.org/" + firefox="https://addons.mozilla.org/en-US/firefox/addon/passff/" + chrome="https://chrome.google.com/webstore/detail/browserpass/naepdomgkenhinolocfifgehidddafch" + fdroid="https://f-droid.org/packages/com.zeapo.pwdstore" + googleplay="https://play.google.com/store/apps/details?id=dev.msfjarvis.aps" + ios="https://mssun.github.io/passforios/" +%} +

Worth Mentioning

-- 2.47.2