md5Hash
Function计算字符串的 MD5 摘要。
Signature
function md5Hash(input: string): stringParameters
| Name | Type | Description |
|---|---|---|
| input | string | 待计算摘要的原始字符串 |
Returns
string
32 位十六进制字符串
Source
packages/encryptor/src/MD5Helper.ts:8
计算字符串的 MD5 摘要。
function md5Hash(input: string): string| Name | Type | Description |
|---|---|---|
| input | string | 待计算摘要的原始字符串 |
string
32 位十六进制字符串
packages/encryptor/src/MD5Helper.ts:8