pw
pw is a deterministic password generator.
Create passwords based on your master password with the following method.
base64(sha3_512("master_password,then,comma,separated,values"))
Features
- Simple method.
- Avoids concepts and options when possible.
- Always provide
openssl
equivalent, so you don’t depend on the tool itself. - Copy passwords to the clipboard.
- Show typos in your master password.
Installation
Nightly builds
Download the Nightly builds.
Build from source
Install Crystal with the shards command.
git clone https://github.com/taupiqueur/pw.git
cd pw
make install
Documentation
See the manual for setup and usage instructions.
Contributing
Report bugs on the issue tracker, ask questions on the IRC channel, send patches on the mailing list.