Appearance
com.fengwenyi.javalib.encryption.Md5Utils
String plaintext = ""; String result = Md5Utils.encrypt(plaintext); System.out.println(result);