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

Create --max-chars argument #122

Open Benjamin-Lee opened 4 years ago

Benjamin-Lee commented 4 years ago

I'm using xkcdpass for a website and hit the following message:

Value above must be no more than 20 characters in length.

It doesn't look like there's an argument to allow this. I'm thinking that a --max-chars argument might be useful here for systems with requirements like this.

MalteKiefer commented 4 years ago

I need this too. Is there an easy way to implement it?