Symmetric-key decryption
XML
<decode:crypt var="var" cipher="string" iv="string" key="string">
string
</decode:crypt>
<decode:crypt /> decryptes ciphertext with a key according to a given cipher.
<decode:crypt /> is the complement of the <encode:crypt /> operation.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name | decode:crypt |
| cipher | string | Cipher | decode:crypt |
| iv | string | Initialization vector | decode:crypt |
| key | string | Cryptographic key | decode:crypt |
Results
| Binding | Type | Predicate |
|---|---|---|
| var | string | N/A |