RC4 字符串加密函数怎么用
我用的是 3.2.13.7.1 版本如下所示:
#include <String.au3>
;加密字符串
$var=_StringEncrypt(1,"sanhen",@ComputerName,1)
MsgBox(0,"test",$var)
;解密字符串
$var=_StringEncrypt(0,$var,@ComputerName,1)
MsgBox(0,"test",$var)
MsgBox(0,"test",$var)[/
可结果为空
[ 本帖最后由 snower 于 2008-8-30 13:14 编辑 ] http://www.autoitx.com/forum.php?mod=viewthread&tid=897&highlight=%5C_StringEncrypt 多谢哦!!:face (38):
页:
[1]