插件命令Encrypt 加解密插件FileDecode 文件解密本页总览FileDecode 文件解密 🎯功能 对文件内容进行解密 📜语法 结果 = Plugin.Encrypt.FileDecode(文件路径, 密钥, 保存路径) 📥参数 参数数据类型解释文件路径字符串待解密的文件路径密钥字符串使用的密钥, 最长16个长度保存路径字符串解密后文件保存路径 📤返回 布尔型, 成功返回True, 失败返回False 💡示例 iBool = Plugin.Encrypt.FileDecode("D:\密文.txt ","zimaoxy.com", "C:\紫猫学院.txt")TracePrint iBool 📘备注 无