Skip to content

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.

ParameterRequired?Description
textYPlain text to be encrypted. May be empty.

Released under the Apache-2.0 License.