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