public class AESUtils extends Object
public static String encrypt(String content, String key) throws Exception
content - 内容key - 秘钥Exception - 编码异常public static String decrypt(String content, String key) throws Exception
content - 内容key - 秘钥Exception - 编码异常public static void newAESKey()
Copyright © 2024. All rights reserved.