0

For the past week, I've been looking for how to impliment either Serpent or TwoFish into 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.

I was wondering, if anyone could provide me with an example of Serpent or Twofish, using bouncycastle or that codeproject article. Thanks.

cipher
  • 1
  • 2

1 Answers1

1

Maybe you can get something from a post of mine Link. I have an example of TwoFish in c# using BouncyCastle. 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.

Community
  • 1
  • 1
Andy Hyde
  • 21
  • 5