本文介绍了加密在ActionScript3和解密在asp.net c#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要将数据从闪存发送到服务器,所以我正在寻找一个Flash ActionScript 3.0脚本,它将加密一个文本和解密文本的C#.net脚本。

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 ?

推荐答案

查看as3corelib加密包:

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

而.NET有它自己的加密命名空间:

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

这篇关于加密在ActionScript3和解密在asp.net c#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 17:13