XIH.GetHash
Generates a hash of the specified text using the bcrypt standard.
Syntax
XIH.GetHash(text)
Parameters
Parameter | Data type | Description | Sample |
---|---|---|---|
text | string | A text which you want to hash | "text" |
Remarks
Returns a string.
Examples
XIH.GetHash(
"Hash me!"
)
Related
- TIS Parameters
- XIH Functions