Skeeve has asked for the wisdom of the Perl Monks concerning the following question:
Recently I needed a function to generate passwords so instead of writing my own I did a CPAN search and found String::MkPasswd.
Unfortunately the function simply increases the number of lower case letters if you don't give enough minimum characters of each class. Example: If you want at least 2 lower case letters and 2 upper case letters and 8 characters length, you always end up with 2 upper case and 6 lower case letters.
I think this isn't too good so I created a pull request which will spread the missing 4 characters over all character classes.
Now I'm wondering whether or not the module is still supported as there seems to be nothing happening.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: String::MkPasswd still supported?
by karlgoethebier (Abbot) on Sep 30, 2014 at 09:37 UTC | |
by Skeeve (Parson) on Nov 11, 2014 at 11:02 UTC | |
by karlgoethebier (Abbot) on Nov 11, 2014 at 12:38 UTC | |
|
Re: String::MkPasswd still supported?
by davido (Cardinal) on Sep 30, 2014 at 06:12 UTC | |
by Skeeve (Parson) on Sep 30, 2014 at 06:31 UTC | |
by davido (Cardinal) on Sep 30, 2014 at 06:42 UTC | |
by no_slogan (Deacon) on Sep 30, 2014 at 15:29 UTC | |
|
Re: String::MkPasswd still supported?
by LanX (Saint) on Sep 30, 2014 at 09:26 UTC | |
|
Re: String::MkPasswd still supported?
by Khen1950fx (Canon) on Sep 30, 2014 at 14:49 UTC | |
|
Re: String::MkPasswd still supported?
by choroba (Cardinal) on Sep 30, 2014 at 08:11 UTC |