Decrypt
Decrypt(sMessage AS String, sKey AS String) AS Boolean
Decrypt the string <sMessage> by using the key <sKey>. The decrypted text is returned in <sMessage>, without padding.
Returns FALSE if invalid encoded string (not hexa string or byte length not even multiple of 16) or invalid key (not 32, 48 or 64 digits hexa).