redacted / XKCD-password-generator

Generate secure multiword passwords/passphrases, inspired by XKCD
BSD 3-Clause "New" or "Revised" License
1.32k stars 185 forks source link

Add option for 2-digit numeric separators #111

Closed MarcSeebold closed 5 years ago

MarcSeebold commented 5 years ago

This allows to generate passwords with 2-digit separators. Example: this44is44some44password

It is still easy to remember but adds digits which many password forms require.

redacted commented 5 years ago

Hi Marc,

Thanks for the PR! I think the features you're adding already exist however:

 % xkcdpass --case first --delimiter 44      

 Badness44Prelaunch44Empathic44Junior44Overcook44Speak

If I've missed something from your addition please let me know

MarcSeebold commented 5 years ago

Hi, yes, I saw this feature before I started mine. The difference is that my changes create a random number instead of taking it as parameter. I need this for automation in my scripts.