Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / security / encryption

Blowfish Encryption Implementation in .Net

4.75/5 (4 votes)
8 Aug 2011CPOL 24.8K  
Using IKVM is not so simple as you said. There are some implementations of Blowfish in C#. You can refer to:http://www.koders.com/csharp/fidD5E0D7AC50858EA8F7131E8CD2746F3471A1B953.aspx[^]http://www.schneier.com/code/blowfish.cs[^]and,http://www.bouncycastle.org/csharp/[^]

Using IKVM is not "so simple" as you said. There are some implementations of Blowfish in C#. You can refer to:


License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)