金山WPS在线编辑

This commit is contained in:
zhangqinbin
2023-10-24 17:07:10 +08:00
parent 82802f25c0
commit 1402f553c8
2 changed files with 27 additions and 23 deletions

File diff suppressed because one or more lines are too long

View File

@ -21,7 +21,7 @@ public class MdConstants {
public static void main(String[] args) {
String originalString = "Hello, World!";
String originalString = "202310241611381679764839191080961biz-service-ebtp-extend3a1f5aae-3cd2-4599-87b0-712e40625c7c";
System.out.println("Original String: " + originalString);
System.out.println("SHA-256 Hash: " + MdConstants.getSha256(originalString));
}