AESUtil Java AES 加密解密工具类
package com.singlee.util;import javax.crypto.Cipher;import javax.crypto.spec.IvParameterSpec;import javax.crypto.spec.SecretKeySpec;import org.apache.commons.net.util.Base64;/** * ...