java110-core/src/main/java/com/java110/core/factory/AuthenticationFactory.javaold mode 100644 new mode 100755
@@ -536,7 +536,7 @@ // PrivateKey privateKey = keyPair.getPrivate(); // System.out.println("私钥:" + new String(Base64.getEncoder().encode(privateKey.getEncoded()))); System.out.printf("passwdMd5 " + passwdMd5("wuxw2015")); System.out.printf("passwdMd5 " + passwdMd5("397301")); }