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.