public class Md5 extends Object
Md5加密工具
基于MD5算法实现的加密工具该工具是一个线程安全类的工具
| Constructor and Description |
|---|
Md5() |
| Modifier and Type | Method and Description |
|---|---|
static String |
md5(String str)
对字符串md5加密(小写+字母)
|
static String |
md5Short(String str)
对字符串md5加密(小写+字母)
|
static String |
md5UpperCase(String s)
对字符串md5加密(大写+数字)
|
Copyright © 2021. All rights reserved.