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