pw nightly
pw
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"))
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.
Repository
pw
Owner
Statistic
- 0
- 0
- 0
- 0
- 0
- 9 days ago
- November 26, 2021
License
MIT License
Links
Synced at
Sun, 22 Dec 2024 20:53:30 GMT
Languages