摘要: JAVA实现AES的加密和解密算法加密模式为 AES-128-CBC 1 import javax.crypto.Cipher; 2 import javax.crypto.spec.IvParameterSpec; 3 import javax.crypto.spec.SecretKeySpec;... 阅读全文
posted @ 2014-12-03 10:35 黑夜骑士17 阅读(5307) 评论(0) 推荐(0) 编辑