in reply to Re: Multimedia file encryption : Crypt::CBC or Crypt::Rijndael
in thread Multimedia file encryption : Crypt::CBC or Crypt::Rijndael

I commented the 2 lines of $cipher. First , i used in Crypt::CBC and the next time i used Crypt::Rijndael. Both, didn't work fine.
  • Comment on Re^2: Multimedia file encryption : Crypt::CBC or Crypt::Rijndael

Replies are listed 'Best First'.
Re^3: Multimedia file encryption : Crypt::CBC or Crypt::Rijndael
by ikegami (Patriarch) on Nov 14, 2010 at 19:39 UTC
    That does not answer my question.
      If i am wrong, why dont you tell me, where exactly i went wrong...so that, i will try to correct it and post the corrected one...

        why dont you tell me, where exactly i went wrong

        • "dont" should be "don't".
        • The comma shouldn't be there.
        • "i" should be "I".
        • A question mark is missing.
        • You still haven't shown me how you encrypt. At all. I can't say what's wrong if you don't show it.