Returns a base64 encoded MD5 hash of a string
Returns a base64 encoded SHA1 hash of a string
Returns a base64 encoded SHA256 hash of a string
Returns a base64 encoded SHA384 hash of a string
Returns a base64 encoded SHA512 hash of a string
=computeMD5(str)
Name | Type | Description |
---|---|---|
str |
string | String to hash |
=computeSHA1(str)
Name | Type | Description |
---|---|---|
str |
string | String to hash |
=computeSHA256(str)
Name | Type | Description |
---|---|---|
str |
string | String to hash |
=computeSHA384(str)
Name | Type | Description |
---|---|---|
str |
string | String to hash |
=computeSHA512(str)
Name | Type | Description |
---|---|---|
str |
string | String to hash |