文章分类 -  MiniX自绘渲染跨平台框架 / 接口. / Encryption 加/解密

encodeAES128 AES128 加密
摘要:encodeAES128 ^7.10 AES128 加密 #请求参数 Prop Type Default Comment encode String N/A 待加密的密文 key String N/A AES128 密钥,选传参数,如果不传则取原生的密钥 #引入接口模块 import bridge 阅读全文
posted @ 2024-12-28 14:37 AtlasLapetos 阅读(8) 评论(0) 推荐(0)
decodeAES128 AES128 解密
摘要:decodeAES128 ^7.10 AES128 解密 #请求参数 Prop Type Default Comment decode String N/A 待解密的密文 key String N/A AES128 密钥,选传参数,如果不传则取原生的密钥 #引入接口模块 import bridge 阅读全文
posted @ 2024-12-27 09:36 AtlasLapetos 阅读(8) 评论(0) 推荐(0)
encrypt 加密
摘要:encrypt ^6.8 加密 #请求参数 Prop Type Value Comment type String `[ md5 sha1 data String - 需要加密的数据 key String - type 为 hmac_sha1 时必填 #引入接口模块 import bridge fr 阅读全文
posted @ 2024-12-27 09:36 AtlasLapetos 阅读(13) 评论(0) 推荐(0)