in reply to Encrypting a Message in C# with Rijndael and Decrypting it on Perl
I think you should first decode message, extract salt and iv, and after that provide them to Crypt::CBC->new. Though I'm not sure that schemes used by Crypt::CBC and C# are compatible.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Encrypting a Message in C# with Rijndael and Decrypting it on Perl
by zeussn (Initiate) on Jul 10, 2009 at 19:43 UTC | |
by zwon (Abbot) on Jul 10, 2009 at 20:19 UTC |