Zum Hauptinhalt springen

Symmetric-key encryption

Anatomy

<encode:crypt var="var" var_iv="var" cipher="string" key="string">
string
</encode:crypt>

Description: 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