Using Blowfish Encryption within .NET
Posted
by Cragly
on Stack Overflow
See other posts from Stack Overflow
or by Cragly
Published on 2010-04-21T09:02:14Z
Indexed on
2010/04/21
9:13 UTC
Read the original article
Hit count: 481
I am working on a project where I need to undertake Blowfish encryption and decryption. Is there anything out there that others are using to do this within but cannot find anything within a .NET C# environment?
I would ideally like something does not rely on running an exe as this will eventually live on a live server where exe’s are bared!
I have read some of the older posts on SO but nothing suitable.
Any ideas? Thanks
© Stack Overflow or respective owner