Skip to content

taupiqueur/pw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

pw is also documented via man pages. For a list of available man pages, refer to man -k pw or pw(1).

Contributing

Report bugs on the issue tracker, ask questions on the IRC channel, send patches on the mailing list.