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.
In reply to String::MkPasswd still supported? by Skeeve
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |