ulif / diceware

Passphrases to remember
GNU General Public License v3.0
357 stars 45 forks source link

Configurable symbol list and put digits into a separate category. #57

Open alanhoyle opened 5 years ago

alanhoyle commented 5 years ago

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 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: !@#$%&*+={}?<>"'
madduck commented 5 years ago

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).

madduck commented 2 years ago

Any news on this, @ulif? Is this something to pursue, and are you waiting for a pull request?