Skip to content

MD5加密工具类

com.fengwenyi.javalib.encryption.MD5Utils

加密

java
String plaintext = "";
String result = MD5Utils.md5(plaintext);
System.out.println(result);

Released under the MIT License.