Encrypt in ActionScript3 and Decrypt in asp.net c#

梦想的初衷 提交于 2019-12-19 11:58:25

问题


I need to send data from flash to the server, so I'm looking for a flash ActionScript 3.0 script that will encrypt a text and a C# .net script that decrypt the text.

Can anyone help me here ?


回答1:


Check out the as3corelib crypto package: http://code.google.com/p/as3corelib/source/browse/trunk/src/com/adobe/crypto/?r=49

And .NET has it's own cryptography namespace too: http://msdn.microsoft.com/en-us/library/system.security.cryptography.aspx



来源:https://stackoverflow.com/questions/3308781/encrypt-in-actionscript3-and-decrypt-in-asp-net-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!