in reply to Re: Multimedia file encryption : Crypt::CBC or Crypt::Rijndael
in thread Multimedia file encryption : Crypt::CBC or Crypt::Rijndael
If you used Crypt::CBC,
By the way, your padding method is buggy. It will trim trailing NUL bytes in the data. Crypt::CBC uses a method that allows perfect recovery of the original.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Multimedia file encryption : Crypt::CBC or Crypt::Rijndael
by sundeep (Acolyte) on Nov 16, 2010 at 06:36 UTC |