...
Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
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 cipher. |
Decrypts text with AES Decryption using a 16, 32, 64, or 128 bit cipher. This is useful when retrieving password 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 |
|
...
String | Yes | Secret cipher key text used for encryption and decryption. Must be 16, 32, 64, or 128 characters in length. |
|
Return
...
Type
StringReturns the decrypted input text
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 = "stringps_routines" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|