#include "base64.au3" $Encrypt = _Base64Encode("测试|test|......") MsgBox(0, '', $Encrypt) $Decrypt = _Base64Decode($Encrypt) MsgBox(0, '', $Decrypt) MsgBox(0, '', BinaryToString($Decrypt))
您需要 登录 才可以下载或查看,没有账号?加入
举报
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2024-11-22 00:12 , Processed in 0.100482 second(s), 21 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.