diceware
diceware copied to clipboard
Passphrases to remember
Add infile=None to OPTIONS_DEFAULTS in diceware/config.py to permit configuring custom word lists that are not installed in diceware/wordlists.
It would be nice to have the option to check generated passphrases against the list of leaked passwords from sources like [Pwned Passwords](https://haveibeenpwned.com/API/v2#PwnedPasswords) which contains list of more than half...
The changes implemented the following things to partially address issue #57 1. removes digit characters from `SPECIAL_CHARS` and therefore the `--specials NUM` output 2. adds a new `--digits NUM` option...
Two related issues here: 1. Some password systems consider digits and symbols to be a separate category and require at least one character from each. 2. Some password systems require...
Hey, it's cool to have config file support at `~/.diceware.ini`. But it's uncool to have the home directory full of .dotfiles. Can you please honor the XDG_CONFIG_HOME envrionment variable? It's...
See list of items provided in https://github.com/grempe/diceware/tree/master/lists and https://github.com/grempe/diceware/issues
## More wordlists We would like to provide more wordlists. Although users can use any wordlist they want:: ``` shell $ diceware mywordlist.txt $ cat /usr/share/dict/words | diceware - ```...
I'm using this package currently, but I would like to switch to diceware (this project) because it is active. AUR (en) - hsxkpasswd https://aur.archlinux.org/packages/hsxkpasswd/ However, I don't see all the...
The (Shannon-)entropy of a generated passphrase, given in bits, could help to compare passphrase complexity and "secureness". It is at least more reliable than the red-yellow-green indicators shown with some...
#65 ``` -m NUM, --max NUM Truncate to NUM length. ``` Saw this request and thought it would be useful as long as some websites limit the length of passwords.