...
Table plus |
---|
applyColStyleToCell | true |
---|
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 |
|
|
Description
Excerpt |
---|
|
Decrypts text with AES Decryption using a 16, 32, 64, or 128 bit cipherusing AES-256. |
Decrypts text using AES-256. This is useful when retrieving
...
passwords stored in
...
Persistent variables.
Parameters
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 |
|
...
...
Return type
String
...
Return Type
String
Example
Code Block |
---|
return decrypt("¸øb!v„öÉÙ'äW1‡"¸øb!v„öÉÙ'äW1‡", "secretKeyPhrase7"); |
Returns "adminPassword".
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 525 |
---|
showSpace | false |
---|
cql | label = "string_routines"routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|