Manage passwords without storing them
Go to file
Oleg Vasilev d879f0aefa Add binary 2019-06-06 01:13:18 +03:00
bin Add binary 2019-06-06 01:13:18 +03:00
src Add binary 2019-06-06 01:13:18 +03:00
.travis.yml First code push 2019-06-05 22:58:03 +03:00
CHANGELOG.md First code push 2019-06-05 22:58:03 +03:00
LICENSE Initial commit 2019-04-24 01:05:30 +03:00
README.md Use all characters for password by default 2019-06-06 01:04:23 +03:00

README.md

gaspass

Store passwords without actually 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 dependent on private key quality and protection

ToDo

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