摘要: 对称加密: DES算法 public static void main(String[] args) throws Exception{ // 算法 String algorithm = "DES"; Cipher cipher = Cipher.getInstance(algorithm); // 阅读全文
posted @ 2020-06-29 16:07 yang希军 阅读(399) 评论(0) 推荐(0)