Skip Menu |

This queue is for tickets about the Crypt-PW44 CPAN distribution.

Report information
The Basics
Id: 74710
Status: rejected
Priority: 0/
Queue: Crypt-PW44

People
Owner: Nobody in particular
Requestors: NEILB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.13
Fixed in: (no value)



Subject: Have an option to specify the case of the generated password
How about adding an option to specify the case of the generated password? By default I think it should be lower-case, rather than the current upper case. But you could also specify upper-case, or random case as well maybe? Or maybe just random whether each word is capitalised?
On Sun Feb 05 18:35:32 2012, NEILB wrote: Show quoted text
> How about adding an option to specify the case of the generated > password? > > By default I think it should be lower-case, rather than the current > upper case. > But you could also specify upper-case, or random case as well maybe? > Or maybe just random whether each word is capitalised?
This is probably better handled by the script calling the function. NB: there are some built-in functions in perl, "lc()" and "uc()" that do case changes, very conveniently. Or you can use regex type stuff, if you really want to. Hope this helps. Sorry for the delay responding. BRIAND