示例#1
0
 @Test
 public void testNe() {
   String src = "123";
   System.out.println(IrreversibleEncrypt.md5(src));
   System.out.println(EncryptMD5.encrypt(src));
 }
示例#2
0
 @Test
 public void testMd5() {
   System.out.println(EncryptMD5.encrypt("1"));
 }