deprecatedDecryptString
string deprecatedDecryptString(text)
Apply built in decryption to the input character buffer and return the result.
The encryption algorithm and key are public. This is unsafe and should be avoided if at all possible.
| Parameter | Required? | Description |
|---|---|---|
| text | Y | Encrypted text to be decrypted. May be empty. |