Help for this page

Select Code to Download


  1. or download this
    if ($info[1] ne unix_md5_crypt($current, $salt)) {
      print "\nThe password you entered does not match your current passph
    +rase!\n\n";
      exit;
    }
    
  2. or download this
    print "$info[1]\n";
    print unix_md5_crypt($current, $salt);