Encrypt

The Encrypt function encrpyt's a string with a provided key that can be decrypted with the decrypt function.

Syntax :

Encrypt(Expression,Key)
Parameters Description
Expression A valid, required expression.
Key Key that can be decrypted by a decryption function. It is like a hint.

Example :

Encrypt(“Hello”,“Password”) 

Result :

= juzIYgF0Ghk