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