in reply to Re: cryptin thread Is this use of crypt() appropriate?
my $crypt = crypt( $password, join( '', ('.', '/', 0..9, 'A'..'Z', 'a' +..'z')[rand 64, rand 64] ) ); [download]