MD5加密解密算法demo

qq_52445474 52 0 ZIP 2019-04-28 22:04:21

采用MD5算法对字符串进行加密和解密,加密生成的一串数字是生成32位md5码

用户评论
请输入评论内容
评分:
Generic placeholder image 卡了网匿名网友 2019-04-28 22:04:21

楼主,你这是md5解密吗?能不这么坑人吗? // 测试主函数 public static void main(String args[]) { String s = new String("123456"); System.out.println("原始:" + s); System.out.println("MD5后:" + string2MD5(s)); System.out.println("加密的:" + convertMD5(s)); System.out.println(&quo

Generic placeholder image 卡了网匿名网友 2019-04-28 22:04:21

很好的资源,可以借鉴!

Generic placeholder image 卡了网匿名网友 2019-04-28 22:04:21

十分怀疑有人说解密成功的,你是初学者吗?

Generic placeholder image 卡了网匿名网友 2019-04-28 22:04:21

很不错,很有用

Generic placeholder image 卡了网匿名网友 2019-04-28 22:04:21

不错,有用

Generic placeholder image 卡了网匿名网友 2019-04-28 22:04:21

很好 实现了想要的效果

Generic placeholder image 卡了网匿名网友 2019-04-28 22:04:21

很感谢。很感谢。

Generic placeholder image 卡了网匿名网友 2019-04-28 22:04:21

不错,又可以偷点懒啊

Generic placeholder image 卡了网匿名网友 2019-04-28 22:04:21

很好的资源,谢谢分享!

Generic placeholder image 卡了网匿名网友 2019-04-28 22:04:21

可以加密 还不错