deprecatedEncryptString
string deprecatedEncryptString(text)
Apply built in encryption 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 | Plain text to be encrypted. May be empty. |