diceware
diceware copied to clipboard
Configurable symbol list and put digits into a separate category.
Two related issues here:
- Some password systems consider digits and symbols to be a separate category and require at least one character from each.
- Some password systems require that your symbols come from their defined list of symbols.
Quoting my work's password rules (in part):
- It must contain at least one digit
- It must contain at least one of these characters: !@#$%&*+={}?<>"'
I would also really appreciate that -s
("symbols") generated symbols, and maybe -u
was introduced to select a certain number of numbers (given how -n
is already taken).
Any news on this, @ulif? Is this something to pursue, and are you waiting for a pull request?