Help for this page

Select Code to Download


  1. or download this
    @array = unpack("C*", $string);
    
  2. or download this
    foreach $char (@array) {
        push (@xor_array, ($char ^ (shift @crypt_array)));
    }