Help for this page

Select Code to Download


  1. or download this
          if (length($in) >= 8) {
            $in = substr($in,8);
    ...
            $in = substr($y,0,8);
            print "\nGot to the final part ... length is ".length($in)."\n
    +";
          }
    
  2. or download this
    50    1    Yell=?H?Phf?!O"
    
  3. or download this
    #!/usr/bin/perl
    use Crypt::Blowfish;
    ...
      $tmp = $decrypt_data;
      #if ($DIAG) { print LOG "\nDecrypted data MIME[".$local_counter."] (
    +".$newlength."bytes) : ".$decrypt_data; }
    }