开发者

Using Blowfish Encryption within .NET

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


Try to look at http://www.bouncycastle.org/csharp/

It's an open source project (MIT License to be precise) that gives APIs for encryption, including BlowFish

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜