Help for this page

Select Code to Download


  1. or download this
    encrypt(join("\n", @$input), $key)
    
  2. or download this
    ...
    
    ...
    } else {
       print decrypt($input, $key);
    }
    
  3. or download this
    $ diff -au a.pl <( perl a.pl -d <( perl a.pl -e a.pl key ) key )
    
    $