Hi,
I am a bit new to this forum, so thank you in advance for your patience.
I currently have a COM component that uses openSSL library for encyption,
specifically, blowfish.
I am looking to convert this C++ code to C#. My question is:
1. Is .Net cryptographic based on openSSL and therefore a third party will
not have problem with decrypting the .Net output.
2. Does .Net cryptographic classes have blowfish algorithm?
Thanks in advance.
Regards.
Suresh...
Jas - 21 Oct 2005 07:27 GMT
.NET does NOT provide an implementation for Blowfish. You can obviously
implement it yourself by inheriting from the SymmetricAlgorithm class.
-jas
> Hi,
> I am a bit new to this forum, so thank you in advance for your patience.
[quoted text clipped - 10 lines]
> Regards.
> Suresh...