摘要: package com.cn.peitest; import javax.crypto.Cipher; import javax.crypto.SecretKey; import javax.crypto.SecretKeyFactory; import javax.crypto.spec.DESK 阅读全文
posted @ 2020-07-31 13:02 红尘沙漏 阅读(238) 评论(0) 推荐(0) 编辑
摘要: package com.cn.peitest; import java.io.UnsupportedEncodingException; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException 阅读全文
posted @ 2020-07-31 11:44 红尘沙漏 阅读(140) 评论(0) 推荐(0) 编辑
摘要: package com.cn.peitest; import javax.crypto.Cipher; import javax.crypto.SecretKey; import javax.crypto.SecretKeyFactory; import javax.crypto.spec.DESK 阅读全文
posted @ 2020-07-31 11:43 红尘沙漏 阅读(208) 评论(0) 推荐(0) 编辑
摘要: package com.cn.peitest; import java.io.UnsupportedEncodingException; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException 阅读全文
posted @ 2020-07-31 10:20 红尘沙漏 阅读(284) 评论(0) 推荐(0) 编辑
摘要: package com.cn.peitest; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; public class MD5 { public static void main( 阅读全文
posted @ 2020-07-31 09:30 红尘沙漏 阅读(296) 评论(0) 推荐(0) 编辑