0 purchases
restpass 1.2
restpass
Terminal based graphical utility for generating restorable passwords
Install
pip install restpass
Usage
The core principle is simple - for the same input you get the same output.
The input consist of input string, salt, length and alphabet.
Output is the generated password. In case of forgetting the password, it can always be restored (with the same input).
Recommendations
Use memorable phrases (favorite quotes, song lyrics, etc) for input string and salt (not required by default).
Use digits, lowercase and uppercase. Using symbols is the last thing to consider.
Salt is used in cases when you want to reuse input string, but have different password. For example, the same input string could be used for desktop and laptop, but used with different salt.
Minimum recommended length is 15. According to howsecureismypassword.net, it would take a computer about 558 QUADRILLION YEARS to crack your password.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.