Help for this page

Select Code to Download


  1. or download this
            $cipher->start('decrypting');
            while(read(IN, $buffer, 1024)) {
    ...
                }
            }
            print OUT $cipher->finish;
    
  2. or download this
            $cipher->start('decrypting');
            while(read(IN, $buffer, 1024)) {
    ...
                }
            }
            print OUT $cipher->finish;