rfc1036 / whois

Intelligent WHOIS client
GNU General Public License v2.0
497 stars 117 forks source link

`mkpasswd`: Add `--prompts=NUMBER` parameter #174

Open Ericson2314 opened 3 months ago

Ericson2314 commented 3 months ago

If you are an inaccurate typist like me, you probably want to type your password multiple times to make sure you are hashing the intended password, rather than a mistyped variant of it.

I could just make it prompt twice unconditionally, matching other utilities, but that would be a breaking change in a venerable old tool, so I added a flag to continue to the number of times it should prompt instead.