Help for this page

Select Code to Download


  1. or download this
    my @chars = ("A".."Z", "a".."z",0..9);
    my $salt = join '', map{ $chars[rand @chars] } 0..15;