views:

518

answers:

2

Hey,

Anyone got a link to a blowfish library which can encrypt/decrypt text ?

I found some .dll's for Windows and used pinvoke to encrypt/decrypt text but those dll's doesn't work on linux (mono). Preferable I want a library to work on both windows and linux

Thanks.

+1  A: 

From my research, it seems that Blowfish.NET has now been discontinued. However, this probably will help.

UPDATE: 1 seems to require a paid component, this probably is a better choice.

Hao Wooi Lim
That requires a paid component. :(
Joe
Thanks for your reply.I've already tried the Chilkat crypto component but unfortunately it doesn't work on mono :(
ravedome
Also tried that ;)Problem is that it's a very limited implementation :(I found a library for linux called libfish.so how do I get the functions it exports ?
ravedome
A: 

I'm not a C# coder, but I knew I had heard of an open source crypto library for C#, it took me some googling but I think I found what you need. If I remember correctly, it's the one used in some parts by Stack Overflow, so it should be good.

Florian