4.3 ww.dll API Reference : API descriptions : Functions with database access : decryptdata
 
decryptdata
 
Description
Decrypts the data passed in. The key is expected to be a hexadecimal hash.
 
Input fields
 
XML tag
Description
<data>
Data to be decrypted.
<key>
Key to use for decryption.
 
Return fields
The decrypted data.
 
Example
 
Example invocation:
<FUNC>DECRYPTDATA</FUNC><DATA>4D1A02054518D598E47860DD9E8EC2EB</DATA>
<KEY>289D1BFB42672B7288FE2AAB8170094ECB6A334B48A4CE069709B9F26896BC41</
KEY>
Example return string:
OK :Test
 
See also
encryptdata
encryptdata2
gethash