From ac1a725464adb3692fa0f0f688f0086e1c75ebd6 Mon Sep 17 00:00:00 2001 From: Jackson Utsch Date: Sat, 29 Oct 2022 14:36:37 -0700 Subject: [PATCH] Add pass to Password Management --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 48874ab..be273c8 100644 --- a/README.md +++ b/README.md @@ -346,6 +346,8 @@ Most self-hosted software can be installed using [Docker](https://en.wikipedia.o [AuthPass.app](https://authpass.app/) is an Open-Source Password Manager for mobile and desktop that is Keepass 2.x (kdbx 3.x) compatible. +[pass](https://www.passwordstore.org/) is an open-source unix-based password utilitiy with various [gui clients](https://www.passwordstore.org/#other) + ### Network Tools [Back to the Top](#table-of-contents)