Encrypt
Encrypt(sMessage AS String, sKey AS String) AS Boolean
Encrypt the string <sMessage> by using the key <sKey>. The encrypted text is returned in <sMessage>, with required padding.
Returns FALSE if invalid key (not 32, 48 or 64 digits hexa).