flash - 等价于 as3 中的 md5(uniqid(mt_rand()))?

标签 flash actionscript-3 actionscript

actionscript 3.0 中的 md5(uniqid(mt_rand())) 是什么?

最佳答案

除了来自 as3corelib 的 md5 库, 你会想要一个像这样的 guid 库,地址是 rgbeffects

import com.adobe.crypto.MD5;
import com.rgbeffects.GUID;

var hash:String = MD5.hash(GUID.create());

关于flash - 等价于 as3 中的 md5(uniqid(mt_rand()))?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5723855/

相关文章:

apache-flex - Flex中组件的visible和includeInLayout属性之间的区别

apache-flex - 通过 Flex-Actionscript 更改 Internet Explorer 中的窗口标题

android - as3 从应用程序获取手机上的 zip 文件 - 文件路径然后解压缩

javascript - 播放后从 HTML 中删除 .swf

actionscript-3 - 如何使用AS3停止特定声音?

flash - try-catch 不起作用?

actionscript-3 - 赛车游戏中的AI对手汽车逻辑

flash - 在 Windows Azure Blob 存储中重新托管 Flash SWF?

javascript 到 flash 通信,无需嵌入

apache-flex - 用于 flex/actionscript 的逆向工程或文档工具