Click here to Skip to main content
15,886,067 members
Articles / Security / Encryption
Alternative
Tip/Trick

Blowfish Encryption Implementation in .Net

Rate me:
Please Sign up or sign in to vote.
4.75/5 (4 votes)
8 Aug 2011CPOL 24.2K   2   3
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)


Written By
Software Developer GrapeCity
Vietnam Vietnam
MCP, MCAD, MCSD, MCTS for Windows Form, MCTS for Web

You can reach me at qFotoEfex


Comments and Discussions

 
GeneralReason for my vote of 5 Spot on. Pin
Henry.Ayoola9-Aug-11 0:14
Henry.Ayoola9-Aug-11 0:14 
GeneralThanks for alternative (I also checked these while searching... Pin
Ravinder Singh Yadav8-Aug-11 22:16
Ravinder Singh Yadav8-Aug-11 22:16 
Thanks for alternative (I also checked these while searching for Blowfish but could not compile successfuly any of these). IKVM part is to convert java file to C# file and I never said it is simple. This conversion is one time effort and that I have done so end user need not do it again. You have to just refer the supplied Dlls in your program and thats what I said is simple.
GeneralRe: The second one does have compile-time errors, but it's easie... Pin
Henry.Ayoola9-Aug-11 0:16
Henry.Ayoola9-Aug-11 0:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.