Click here to Skip to main content
15,886,518 members
Articles / Security / Encryption

Blowfish Encryption Implementation in .NET

Rate me:
Please Sign up or sign in to vote.
4.82/5 (15 votes)
21 May 2012CPOL 119.9K   22  
Blowfish encryption is very popular for encrypting data but its really hard to find a simple .net implementation of this algorithm. This articles tries to solve this problem.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
27 Aug 2011arun_1920
Check this link: http://www.schneier.com/code/blowfish.cs[^].
Please Sign up or sign in to vote.
8 Aug 2011Đỗ Hồng Ngọc
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/[^]

License

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


Written By
Program Manager Brand Recourse Technologies
India India
Ravinder is an experienced software developer and project manager having around 12+ years of experience in Project management and software development field. He has done Bachelor of Engineering and Post Graduate Diploma with Information Technology as major. He is PMP certified professional from PMI, USA. He likes to code in .Net specifically for window based applications. Currently he is associated with Brand Recourse Technologies, Noida, India as Chief Technology Officer.

Comments and Discussions