...
Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | decrypt(textToDecrypt, cipherKey) | Package |
| Alias |
| Pkg Usage |
|
|
...
Excerpt |
---|
|
Decrypts text with AES Decryption using a 16, 32, 64, or 128 bit cipherusing AES-256. |
Decrypts text with AES Decryption using a 16, 32, 64, or 128 bit cipherusing AES-256. This is useful when retrieving a password stored in Persistent variables.
...
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
textToDecrypt | String | Yes | Text to decrypt. | cipherKey | String | Yes | Secret cipher key text used for encryption and decryption. Must be 16, 32, 64, or 128 characters in length.Password. |
|
Return Type
String
Example
Code Block |
---|
return decrypt(""¸øb!v„öÉÙ'äW1‡", "secretKeyPhrase7"); |
Returns "adminPassword".
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "string_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|