Package com.xxl.tool.encrypt
Class Md5Tool
java.lang.Object
com.xxl.tool.encrypt.Md5Tool
md5 tool
- Author:
- xuxueli 2024-12-15
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Md5Tool
public Md5Tool()
-
-
Method Details
-
md5
calculate md5 for input- Parameters:
input-- Returns:
-
md5
calculate md5 for input- Parameters:
input- the input stringsalt- the salt for md5- Returns:
- return md5 string of input
-
md5
calculate md5 for input- Parameters:
input- the input byte arraysalt- the salt for md5- Returns:
- return md5 string of input
-