开发者

Is there an ActionScript library for Twofish Encryption/decryption

Do you know a library in ActionScript 3 that can encrypt and decrypt using the TwoFish algorithm?

I have been using as3crypto for other cryptogra开发者_如何学Gophic algorithms, but unfortunately, it doesn't seems to handle Twofish...

Thanks!


Unfortunately, I do not believe there is. I did a light search a little while back looking for such a library but there was not much. What I had planned on doing and what seems to be your best option, is to possibly roll your own? There are plenty of examples of implementation of the cipher that you can find through Google. I would go by a C# example and convert it over. Let us know if you do that so others can use it!


Twofish was Bruce Schneier's entry into the competition that produced AES. It was judged as inferior to an entry named Rijndael, which was what became AES.

However, there is a third-party encryption library for ActionScript that includes AES.

http://code.google.com/p/as3crypto/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜