简体   繁体   English

使用Serpent或TwoFish C#示例?

[英]Using Serpent or TwoFish C# example?

For the past week, I've been looking for how to impliment either Serpent or TwoFish into C#. 在过去的一周中,我一直在寻找如何将Serpent或TwoFish嵌入C#。

I've come across bouncycastle , which has no documentation on those, and this code project , which also doesnt have documentation, or a clear example. 我遇到过bouncycastle ,它没有关于这些的文档,而这个代码项目 ,也没有文档或一个清晰的示例。

I was wondering, if anyone could provide me with an example of Serpent or Twofish, using bouncycastle or that codeproject article. 我想知道,是否有人可以使用bouncycastle或该codeproject文章为我提供Serpent或Twofish的示例。 Thanks. 谢谢。

Maybe you can get something from a post of mine Link . 也许您可以从我的Link的帖子中得到一些东西。 I have an example of TwoFish in c# using BouncyCastle. 我有一个使用BouncyCastle在c#中使用TwoFish的示例。 It is not complete will all the alternatives but will work. 虽然所有替代方案都还不完善,但可以奏效。 It will encrypt and decrypt its own messages but I'm struggling with getting it to be cross platform with mcrypt. 它会加密和解密自己的消息,但是我正在努力使其与mcrypt跨平台。

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

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