hash_sha256
Calculate SHA-256 hash from strings.
hash_sha256(
str
) -> STRING
Calculate SHA-256 hash from strings.
Syntaxe
var result = hash_sha256("Hello World");
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
str | yes | - | String to hash |
hash_sha256(
str
) -> STRING
Calculate SHA-256 hash from strings.
var result = hash_sha256("Hello World");
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
str | yes | - | String to hash |