【发布时间】:2014-01-20 20:48:21
【问题描述】:
如何在 AS3 中获得类似的过程
$hash = md5('string', true);.
$hash = strtr(base64_encode($hash), '+/', '-_');.
echo "$hash \n";
rezult:tFz_4ITdPSDZKL7oXnsPIQ==
我可以从字符串中获取 md5-bin
【问题讨论】:
标签: php actionscript-3 nginx base64 md5