public class AESUtil extends Object
public static String encrypt(String src, String key) throws Exception
src - key - Exceptionpublic static String decrypt(String src, String key) throws Exception
src - key - Exceptionpublic static byte[] hex2byte(String strhex)
public static String byte2hex(byte[] b)
Copyright © 2023. All rights reserved.