summaryrefslogtreecommitdiffstats
path: root/software
diff options
context:
space:
mode:
Diffstat (limited to 'software')
-rw-r--r--software/passwords.page16
1 files changed, 16 insertions, 0 deletions
diff --git a/software/passwords.page b/software/passwords.page
new file mode 100644
index 0000000..ccec8f5
--- /dev/null
+++ b/software/passwords.page
@@ -0,0 +1,16 @@
+
+I use the minimalist `pass` UNIX utility to manage my passwords, logins, and
+other secrets (eg, bank routing numbers, crypto-currencies, padlock
+combinations) using GPG and git.
+
+ https://www.passwordstore.org/
+
+I use a tool named "browserpass" for partial integration in Chromium (the web
+browser I use).
+
+ https://github.com/dannyvankooten/browserpass
+
+The browser integration is read-only and does not work quite as smoothly as
+1Password (a proprietary tool i've used at work in the past, which makes it
+easy to generate and store passwords/logins), but this setup is 95% of what I
+want, is way more hackable and feels more trustworthy, and is Free Software.