Function AX_Encrypt() Professional
Encryption of a string.
AX_Encrypt( <cString> [, <cPassword>] ) --> cDecrypted
This function returns the encrypted character string.
The function AX_Encrypt() encrypts a string using the password set with the AX_SetPass() function (or its command opponent). If the optional parameter <cPassword> is used, the encryption is based on 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.