3 aug 2023
i need a password store with these properties:
and with gopass i have all of these!
in a nutshell, gopass uses git as backend, encrypts the passwords using gpg and accesses the git repo via ssh keys or passwords. the only downside, gopass leaks the directory structure/file names, as those are not encrypted.
the documentation is all over the place and some issues are really hard to come by.
a good start for everyday use:
https://woile.github.io/gopass-cheat-sheet/
i’m using https://github.com repository:
i used chocolatey as described in the installation manual at:
https://github.com/gopasspw/gopass/blob/master/docs/setup.md#windows
choco install gopass
https://github.com/android-password-store/Android-Password-Store
the settings:
repository URL: git@github.com/yourname/yourrepo.git
authentication mode: ssh key
the password store app syncs on each change, which is nice.
simply install gopass, git and gpg
i wish i had moved to gopass / password store years ago.
especially sharing passwords with a team, this is an ideal
solution. major benefit is that one does not have to use ntfs
file mounts, to store keepassx databases and can basically update the
local copy of the db with gopass sync
and then be offline
for a while and still able to use it daily.