Decrypts a text which has been encrypted with XIH.Encrypt
Syntax
XIH.Decrypt(text)
Parameters
Parameter | Data type | Description | Sample |
---|---|---|---|
text | string | A text which has been encrypted | "Secret text" |
Remarks
Returns a string.
Examples
XIH.Decrypt(
"EPmPyFs/uSVCKi3GSJg/2Q=="
)
Related
- TIS Parameters
- XIH.Encrypt
- XIH Functions