Skip to content

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.

ParameterRequired?Description
textYEncrypted text to be decrypted. May be empty.

Released under the Apache-2.0 License.