Manage passwords without storing them
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zmey! 66156013be
Update short description in README.md
4 years ago
gaspass-core Move to go mod 4 years ago
.travis.yml First code push 4 years ago
CHANGELOG.md Move to go mod 4 years ago
LICENSE Initial commit 4 years ago
README.md Update short description in README.md 4 years ago
go.mod Move to go mod 4 years ago
go.sum Move to go mod 4 years ago
main.go Move to go mod 4 years ago

README.md

gaspass

Manage passwords without storing them.

How does it work?

Use one password for access all other passwords, but unlike password managers (like Keepass family) this tool does not store them on disk or in memory at all.
Gaspass is more a password generator than password manager. Every run you will get the password and this password will always be the same if you use the same parameters such as length, character set, resource and private key.
Working principle is the same as lesspass, but gaspass uses modern argon2id KDF (key derivation function) instead of PBKDF2-SHA1.

Is it secure?

Generally yes, but it highly depends on private key quality and protection

ToDo

  • More tests
  • Better README.md
  • Travis CI
  • SECURITY.md
  • Resource management
  • GUI