public abstract class MD5Util extends Object
| Constructor and Description |
|---|
MD5Util() |
| Modifier and Type | Method and Description |
|---|---|
static String |
md5(String dataStr)
获取指定字符串的md5值
|
static String |
md5WithSalt(String dataStr,
String salt)
获取指定字符串的md5值, md5(str+salt)
|
Copyright © 2025. All rights reserved.