If I have a keyboard, then for a relatively small dataset, such as my saved passwords, I prefer a text file over any database. Lookup workflow: decrypt file (with, say, gpg), find what I want (with, say, grep), delete decrypted file. (Not safe if you don't use disk encryption!) Update workflow: decrypt file, edit file, encrypt file, commit encrypted file to local git repo, git push to backup storage.
cortesoft|6 years ago
KingMachiavelli|6 years ago
[1] https://www.passwordstore.org/
jmcphers|6 years ago
megous|6 years ago
Just be careful about leaking to .viminfo file. :)
karlicoss|6 years ago