xpfEncryptString
FUNCTION xpfEncryptString (decryptedString : STRING; encryptionKey : STRING) encryptedString : STRING;
The xpfEncryptString function encrypes a string, decryptedString, using the encryptionKey . The length of the encryptionKey must be exactly 16 characters.
Arguments
Type | Name | Comment |
STRING | decryptedString | comments |
STRING | encryptionKey | Â |
Return Value
Â
Type | Name | Comment |
STRING | encryptedString | comments |
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â