简体   繁体   English

C#Bouncycastle河豚CTR解密

[英]C# Bouncycastle Blowfish CTR decryption

I'm having a bad time trying to figure out how to use the C# bouncycastle library to decrypt a blowfish CTR ciphered text.I'm not getting how to use it due to the lack of BC documentation about how to use it properly. 我很难找到一个如何使用C#bouncycastle库解密河豚CTR密文的方法,但由于缺少有关如何正确使用它的BC文档而无法使用。

I searched extensively without found something similar in stack overflow, If you have some examples about how to use BC to encrypt/decrypt in Blowfish CTR mode cipher using BC C# libraries will be greatly appreciated. 我进行了广泛的搜索,没有在堆栈溢出中找到类似的东西,如果您有一些有关如何使用BC C#库使用BC在Blowfish CTR模式密码中进行加密/解密的示例,将不胜感激。

没关系,经过漫长的一周,我决定使用AES CBC代替河豚CTR(使用Zeroes作为填充)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM