Help for this page

Select Code to Download


  1. or download this
    perl -le 'print crypt("your password here", "FO")'
    
  2. or download this
    my $password = getpassword();
    if ( crypt($password, "FO") ne "crypted password from one-liner") {
       #your code here
    }