TAESEncryption: Remote operation?

I need to operate TAESEncryption remotely (encrypt/decrypt string) in the cloud from a Delphi VCL32 application. Is there an easy solution to achieve this?

I would need more details on what you want to do, what you get from the 'cloud' (cryptogram, parameter format - key, IV -, etc.). If what you get complies with FIPS 197, encrypting and decrypting should not be too difficult.

My question was not specific (otherwise, I would have specified the parameters).
As TMS also offers WebCore, I wonder why you don't have example solutions for such tasks based on WebCore. (Or any other solutions for this task based on your libraries).
In a post from another user, I read that TAESEncryption cannot be used in an ISAPI DLL.