SYNTAX:
xpfDecryptString (encrypedString : STRING;
decryptionKey : STRING)
decryptedString : STRING;
The xpfDecryptString function decrypes an encrypted string, decrypedString, using the decryptionKey . The length of the decryptionKey must be exactly 16 characters.
General
Content
Integrations