encryptdata2
Description
Constructs the key, hashes it, and then encrypts the data. Differs from encryptdata because this function uses the live database connection to get the client number.
Input fields
XML tag | Description |
<data> | Data to be encrypted. |
<id> | Contact Siriusware Technical Support for guidelines about using this field. |
Return fields
Hexadecimal representation of the encrypted data.
Example
Example invocation:
<func>encryptdata2</func><data>Test</data><id>1</id>
Example return string:
OK :4d1a02054518d598e47860dd9e8ec2eb
See also