| Syntax |
$cipher.decrypt{data} |
| Documentation | Decrypts data.
data, the data to be decrypted.
|
| Examples | |
$set{decriptedData}{$cipher{decrypt}{$get{encryptedData}}} Note: if the key named 'myKey' was not the key used for encryption, the call to $cipher{decrypt}{XXX} will throw an Exception. |
|
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 1 |