StringEncode 字符串加密
字符串内容进行加密
参数1,字符串型:字符串内容
参数2,字符串型:密钥(16个字)
字符串型:字符串密文

iCipher = Plugin.Encrypt.StringEncode("按键精灵","123")
TracePrint iCipher