|
|
| Don't ask to ask, just ask | |
| PerlMonks |
AES Interoperability between Perl and C#by jpfarmer (Pilgrim) |
| on Nov 16, 2005 at 18:09 UTC ( [id://509233]=perlquestion: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.jpfarmer has asked for the wisdom of the Perl Monks concerning the following question: I am trying to implement a SOAP service which will be called by a C# client and will be passed an AES-encrypted string. However, Iâm running into considerable difficulty with this and Iâm hoping I can find a Perl and C# guru who can help me out. I want to start out by saying Iâm not very experienced with cryptography, so that is no doubt making this more difficult. On the Perl side, Iâm using Crypt::CBC and Crypt::Rijndael. This works fine when Perl is providing data to Perl, but Crypt::CBC expects an 8-byte initialization vector, while C# requires one that is 16-byte and I donât know how to work around this. I imagine there are other problems as well, but Iâve got to get past this one first. Any help would be greatly appreciated.
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||