Function AX_Decrypt() Professional
Decryption of a previously encrypted string.
AX_Decrypt( <cString> [, <cPassword>] ) --> cDecrypted
This function returns the decrypted character string.
The function AX_Decrypt() decrypts a string using the password set with the AX_SetPass() function (or its command opponent). If the optional parameter <cPassword> is used, the decryption is based upon the value of this parameter.
If <cString> does not contain a character string, the value of <cString>is returned unchanged.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.