theme | _class | paginate | backgroundColor | backgroundImage |
---|---|---|---|---|
gaia |
lead |
true |
Austin OWASP Cryptoparty
Jan 2022
gopass is a password manager for the command line written in Go.
It works on all major desktop and server operating systems (Linux, MacOS, BSD, Windows).
https://github.com/gopasspw/gopass
First of all, USE A PASSWORD MANAGER.
Reasonable password manager options:
- gopass (Open Source)
- bitwarden (Open Source / Commercial)
- 1Password (Commercial)
- Lastpass (Commercial)
- Dashlane (Commercial)
I use gopass in a self-hosted git repository behind a wireguard connection.
- Mobile sync - https://github.com/mssun/passforios
- Browser
- Easily sync between multiple computers.
- Easy backups due to git version control.
- Multiple stores and sharing is possible.
Assuming you have a working shell and Go is correctly installed:
$ go install github.com/gopasspw/gopass@latest
Assuming you have a working shell and Go is correctly installed:
$ go install github.com/gopasspw/gopass@latest
gopass cheat-sheet : https://woile.github.io/gopass-cheat-sheet/
Problems with gopass:
- iOS version doesn't support multiple stores.
- Might be risky to use a private repo on public github/gitlab
- Doesn't scale as well as other secret management systems such as HashiCorp Vault
What do you guys use? Any alternatives?
Any questions?