Using Blowfish Encryption within .NET

前端 未结 1 1771
再見小時候
再見小時候 2020-12-17 18:21

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

相关标签:
1条回答
  • 2020-12-17 18:38

    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 讨论(0)
提交回复
热议问题