encryption decryption in c#.net

Hi,

I have a requirement where in I need to migrate the already available COM component in to .net assembly with C# as the language. This COM component is written in VC++ 6.0 and is responsible for preparing a XML content in the specified format and then encrypt it using MD5 and blowfish symetric algorithm inside COM.

How could I write this method using C#.net. Please note that we need the same encrypted format as we get from COM components.we are using public key, symetric key and crypto block.

Regards,

Parag Dave



Answer this question

encryption decryption in c#.net

  • encryption decryption in c#.net