genpasswd
genpasswd is a simple password generator with algorithm
base64(sha1(domain+":"+passphrase)) or base64(sha1(domain+":"+salt+":"+passphrase)).
There are following 2 implements.
- Python version for PC.
- Android version And its source code.
So you can generate password from one master password for any domain on your android phone and PC.
There are licensed ander the 2-clause BSD license.
Privacy Policy
genpasswd doesn't collect user information.