Using Blowfish Encryption within .NET

坚强是说给别人听的谎言 提交于 2019-11-27 23:52:18

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/2681505/using-blowfish-encryption-within-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!