public class Md5Utils extends Object
| 构造器和说明 |
|---|
Md5Utils() |
public String encrypt(String source) throws NoSuchAlgorithmException
source - 明文NoSuchAlgorithmException - 不支持md5算法public String encryptLowerCase(String source) throws NoSuchAlgorithmException
source - 明文NoSuchAlgorithmException - 不支持md5算法public boolean verify(String source, String encrypted) throws NoSuchAlgorithmException
source - 明文encrypted - 密文NoSuchAlgorithmException - 不支持md5算法Copyright © 2020 IBIT TECH. All rights reserved.