含蓄巨人

文章
7
资源
0
加入时间
2年10月21天

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;/** * ...