in reply to Re^4: line by line Encryption fun with Crypt::CBC and Rijndael? File Ownership issues? (code)
in thread line by line Encryption fun with Crypt::CBC and Rijndael? File Ownership issues?

my $bytes_read = read($fh, $buf, $to_read, length($buf));

Sorry, so many mistakes. I went and tested the code, made a couple more fixes. See the original post with the code.

  • Comment on Re^5: line by line Encryption fun with Crypt::CBC and Rijndael? File Ownership issues? (code)
  • Download Code