Crates.io | ppgen |
lib.rs | ppgen |
version | 0.1.0 |
source | src |
created_at | 2024-09-25 14:55:00.150837 |
updated_at | 2024-09-25 14:55:00.150837 |
description | A simple passphrase generator |
homepage | |
repository | https://github.com/markhakansson/ppgen |
max_upload_size | |
id | 1386434 |
size | 27,542 |
A simple passphrase generator.
cd ppgen/
cargo install --path .
Generate a 5 word long random passphrase with wordlist:
ppgen -c 5 -w /usr/share/dict/words
Generate a 5 word long random passphrase with multiple wordlists:
ppgen -c 5 -w path/to/wordlists/* # your shell needs to support wildcards
By default, the default wordlist on the system is used. To increase the passphrase entropy, it's recommended to use other or additional wordlists. There are many good wordlists for diceware passphrases that can be downloaded from sources at: https://theworld.com/~reinhold/diceware.html .
All source code (including code snippets) is licensed under either of
at your option.