Another fix line break in readme

master
Oleg Vasilev 2019-06-06 01:18:54 +03:00
parent 79fba8939a
commit 2c4b138dfc
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
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.
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](https://github.com/lesspass/lesspass), but gaspass uses modern [argon2id](https://en.wikipedia.org/wiki/Argon2) KDF (key derivation function) instead of PBKDF2-SHA1.
## Is it secure?