Skip to main content

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

NameTypeDescriptionDefined By
varvarResult variable name for ciphertext encode:crypt
var_ivvarResult variable name for initialization vector encode:crypt
cipherstringCipher encode:crypt
keystringCryptographic key encode:crypt

Results

BindingTypePredicate
varstringN/A