...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfDecryptString (encrypedString : STRING;
decryptionKey : STRING)
decryptedString : STRING;
|
The xpfDecryptString function decrypes an encrypted string, decrypedStringdecrypedString, using the decryptionKey . The length decryptionKey . The length of the decryptionKey must be exactly 16 characters.
Arguments
...
Type | Name | Comment |
STRING | encrypedString | comments |
STRING | decryptionKey |
Return Value
...
Type | Name | Comment |
STRING | decryptedString | comments |
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|