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?
Oops!
while (!eof($FH_decrypted)) {
should be
while (!eof($FH_encrypted)) {
(Fixed in original)
|
|---|