Function “sha1Of”
function sha1Of(data)
Computes the SHA-1 sum of the given string.
Parameters
| Name | Type | Description |
|---|---|---|
data | string | The data for which to compute the SHA-1 sum |
Return Value
Returns the 160-bit hash value encoded as a hex string.
function sha1Of(data)
Computes the SHA-1 sum of the given string.
| Name | Type | Description |
|---|---|---|
data | string | The data for which to compute the SHA-1 sum |
Returns the 160-bit hash value encoded as a hex string.