Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

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.

...