Class Md5Util

java.lang.Object
com.acanx.utils.Md5Util

@Deprecated public class Md5Util extends Object
Deprecated.
ACANX-Util / com.acanx.utils / Md5Util 文件由 ACANX 创建于 2019/1/5 . 15:51 Md5Util: 补充说明: 2019/1/5 15:51
Since:
0.0.1
Author:
ACANX
  • Method Details

    • getStringMD5

      @Deprecated public static String getStringMD5(String str)
      Deprecated.
      字符串的MD5加密 默认输出为大写十六进制字符
      Parameters:
      str - 待加密的字符串
      Returns:
      加密后的MD5值,32位(十六进制字符、大写)