Help for this page
$cipher->start('decrypting'); while(read(IN, $buffer, 1024)) { ... } } print OUT $cipher->finish;