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

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.