passgen/README.md

28 lines
967 B
Markdown
Raw Normal View History

2024-04-28 11:54:49 +00:00
# passgen
passgen generate passphrases based on wordlists.
2024-04-28 11:58:11 +00:00
Usage:
```
Usage: passgen [options]
Options:
-h, --help Display this help message and exit
-s, --short Use the short EFF wordlist
-l, --large Use the large EFF wordlist (dfault)
2024-04-28 15:17:54 +00:00
--camelcase, -cc Generate passphrase in CamelCase format
-p <path>, --path <path>
Use a custom wordlist file located at <path>
-wc <count>, --wordcount <count>
Amount of words to use for passphrase
--separator <seperator> Specify a character to use as a separator between words, default = `-`
Description:
Generate passphrases based on wordlists.
2024-04-28 11:58:11 +00:00
```
2024-04-28 11:54:49 +00:00
2024-04-28 11:58:11 +00:00
example output:
```
retrace-choice-litter-dreamt-zipping
```
This project uses the [EFF's Wordlists for Random Passphrases](https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases) and [PCG random](https://www.pcg-random.org/) to pick random words