文章分类 -  MeiOS / Encryption加/解密

encodeAES128 AES128加密
摘要:encodeAES128 ^7.10 AES128加密 #请求参数 Prop Type Default Comment encode String N/A 待加密的密文 key String N/A AES128密钥,选传参数,如果不传则取原生的密钥 #接口调用示例 const params = { 阅读全文
posted @ 2024-12-17 09:31 AtlasLapetos 阅读(7) 评论(0) 推荐(0)
encrypt 加密
摘要:encrypt ^6.8 加密 #请求参数 Prop Type Value Comment type String `[ md5 sha1 data String - 需要加密的数据 key String - type为hmac_sha1时必填 #参数代码示例 let params = { type 阅读全文
posted @ 2024-12-17 09:31 AtlasLapetos 阅读(10) 评论(0) 推荐(0)