Skip to main content

Symmetric-key decryption

Anatomy

<decode:crypt var="var" cipher="string" iv="string" key="string">
string
</decode:crypt>

Description: DECODE:CRYPT decryptes ciphertext with a key according to a given cipher.

DECODE:CRYPT is the complement of the ENCODE:CRYPT operation.

Attributes

NameTypeDescriptionDefined By
varvarResult variable name decode:crypt
cipherstringCipher decode:crypt
ivstringInitialization vector decode:crypt
keystringCryptographic key decode:crypt

Results:

BindingTypePredicate
varstringN/A