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