Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
            my $salt = chr(65+rand(27)).chr(65+rand(27));
            return crypt($p, $salt);
    }
    
  2. or download this
    use strict;
    
    ...
            my $cpass = $1;
            return $cpass;
    }