Help for this page

Select Code to Download


  1. or download this
     while (<INFILE>) {
            print CRYPTFILE $cipher->crypt($_);
        }
    
  2. or download this
    while (<INFILE>) {
            print CRYPTFILE $cipher->crypt( pack("H*",$_) );
    }