Decrypt

The Decrypt function decrypts a string with a provided key that has been encrypted with the encrypt function.

Syntax :

Decrypt(Expression,Key)
Parameters Description
Expression The valid, required expression.
Key It is encrypted by an encrypted function. It is possibly a hint.

Example :

 decrypt(“juzIYgF0Ghk=”,“Password”) 

Result :

= Hello