摘要: 待完善 public class AES { /* * 加密用的Key 可以用26个字母和数字组成 使用AES-128-CBC加密模式,key需要为16位。 */ private static final String key="KNr2u9q7pV8ZgDfB"; private static f 阅读全文
posted @ 2022-01-26 15:54 YR_3 阅读(102) 评论(0) 推荐(0)