public class GetMD5pwd extends Object
| 构造器和说明 |
|---|
GetMD5pwd() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
bytesToHexString(byte[] bArray)
将beye[]转换为十六进制字符串
|
static String |
getPassMD5(String pass)
Encrypt the password with MD5
|
static void |
main(String[] args) |
public static void main(String[] args)
public static String getPassMD5(String pass)
pass - the password to encryptionpublic static final String bytesToHexString(byte[] bArray)
bArray - Copyright © 2019. All rights reserved.