摘要: import javax.crypto.BadPaddingException; import javax.crypto.Cipher; import javax.crypto.IllegalBlockSizeException; import javax.crypto.NoSuchPaddingE 阅读全文
posted @ 2020-02-12 15:14 Ivy_Xu 阅读(408) 评论(0) 推荐(0) 编辑
摘要: ECB import javax.crypto.*; import javax.crypto.spec.SecretKeySpec; import java.io.IOException; import java.security.InvalidKeyException; import java.s 阅读全文
posted @ 2020-02-12 00:14 Ivy_Xu 阅读(270) 评论(0) 推荐(0) 编辑