Encrypt
Encrypt Function
Encrypt (scramble) the input using the specified key
Syntax
Encrypt(scalar Input, scalar Key)
Arguments
| Argument | Description |
|---|---|
scalar Input | String to be encrypted |
Scalar Key | Encrypt Key |
Examples:
Encrypt("Have a nice day !", "nice")
Encrypts the input string using the specified key.