password-store

Francesco Saccone's password store.
git clone git://git.francescosaccone.com/password-store
Log | Files | Refs | README

commit 1a096e1b349cf58c2d338713f1a018a3e7641a94
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Fri,  7 Mar 2025 19:20:09 +0100

chore: init

Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>

Diffstat:
AREADME | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -0,0 +1,14 @@ +Password store +============== + +Francesco Saccone's password store. + +This repository contains all my passwords, which are encrypted using my GPG +key (<https://francescosaccone.com/public/francescosaccone.asc>), whose ID is +in the .gpg-id file. + +My workflow is to clone the repository in ~/.password-store and use GNU Pass, +in conjunction with pass-otp, as an effective password manager. + +See <https://www.passwordstore.org> and <https://github.com/tadfisher/pass-otp> +for more informations.