摘要: JAVA实现AES的加密和解密算法 加密模式为 AES-128-CBC 1 import javax.crypto.Cipher; 2 import javax.crypto.spec.IvParameterSpec; 3 import javax.crypto.spec.SecretKeySpec 阅读全文
posted @ 2017-11-17 00:03 向前爬的蜗牛 阅读(328) 评论(0) 推荐(0) 编辑