decrypt



Description

Decrypts text using AES-256. This is useful when retrieving passwords stored in Persistent variables.

Parameters

Return Type

String

Example

return decrypt(""¸øb!v„öÉÙ'äW1‡", "secretKeyPhrase7");

Returns "adminPassword".

See also