2021年1月28日
摘要: 一、先看一个简单加密,解密实现 1.1 加密 /** * content: 加密内容 * slatKey: 加密的盐,16位字符串 * vectorKey: 加密的向量,16位字符串 */ public String encrypt(String content, String slatKey, S 阅读全文
posted @ 2021-01-28 22:01 SINNK 阅读(258) 评论(0) 推荐(0)