diff options
author | bnewbold <bnewbold@robocracy.org> | 2017-02-18 23:19:06 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2017-02-18 23:19:06 -0800 |
commit | 631949f641ef7ff6983eca8ceb4588dec64ea36d (patch) | |
tree | 7b232a9c96fc115155a9557bff807eadea44606f /software | |
parent | b696f1911aab41fd73fce6207b9b5677b44d71b2 (diff) | |
download | knowledge-631949f641ef7ff6983eca8ceb4588dec64ea36d.tar.gz knowledge-631949f641ef7ff6983eca8ceb4588dec64ea36d.zip |
password setup
Diffstat (limited to 'software')
-rw-r--r-- | software/passwords.page | 16 |
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. |