Package com.xxl.tool.encrypt
Class SHA256Tool
java.lang.Object
com.xxl.tool.encrypt.SHA256Tool
sha256 tool
- Author:
- xuxueli 2025-07-27
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SHA256Tool
public SHA256Tool()
-
-
Method Details
-
sha256
calculate sha256 for input- Parameters:
input-- Returns:
-
sha256
calculate sha256 for input- Parameters:
input- the input stringsalt- the salt for sha256- Returns:
- return sha256 string of input
-
sha256
calculate sha256 for input- Parameters:
input- the input byte arraysalt- the salt for sha256- Returns:
- return sha256 string of input
-