XIH.Encrypt
Returns an encrypted text.
Syntax
XIH.Encrypt(text)
Parameters
Parameter | Data type | Description | Sample |
---|---|---|---|
text | string | A text you want to encrypt | "Secret text" |
Remarks
Returns a string.
Examples
XIH.Encrypt(
"Secret text"
)
Related
- TIS Parameters
- XIH.Decrypt
- XIH Functions