...
SYNTAX
xpfEncryptString (decryptedString : STRING;
encryptionKey : STRING)
encryptedString : STRING
;
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfEncryptString (decryptedString : STRING;
encryptionKey : STRING)
encryptedString : STRING;
|
The xpfEncryptString function encrypes a string, decryptedString, using the encryptionKey encryptionKey . The length 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
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|