pw is a deterministic password generator that lets you create passwords based on your master password with the following method.
base64(sha3_512("master_password,then,comma,separated,values"))
- 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.
Download the Nightly builds.
Install Crystal with the shards command.
git clone https://github.com/taupiqueur/pw.git
cd pw
make install
See the manual for setup and usage instructions.
pw is also documented via man pages.
For a list of available man pages,
refer to man -k pw
or pw(1).
Report bugs on the issue tracker, ask questions on the IRC channel, send patches on the mailing list.