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