| Syntax |
$cipher.encrypt{data} |
| Documentation | Encrypts data.
data, the data to be encrypted.
|
| Examples | |
$cipher{setKey}{myKey} $set{encryptedData}{$cipher{encrypt}{$get{data}}} Note: The string 'Hello world!' has been encoded by using the key named 'myKey'. The same key must be used to decode the string; otherwise the string can't be decoded. |
|
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 1 |