EDC

Synopsis

HELP:   Raw decryption
TYPE:   OBJECT
SYNTAX: EDC(METHOD=CLEAR/PASSWORD/LABEL,ALGO=AES/TDES/CAST5/CAST128/IDEA/BLOWFISH/BF/CAMELLIA,KEYLEN=num/KL064/KL128/KL192/KL256/KL08/KL16/KL24/KL32,MODE=ECB/CBC/OFB/CFB/CTR/GCM,PADDING=NONE/NOPAD/PKCS,KDF/PW2KEY=OLDSSL/PBKDF2,MD/HASH=MD5/SHA1/SHA224/SHA256/SHA384/SHA512/SHA3-224/SHA3-256/SHA3-384/SHA3-512,ITER=num,IV='bin-hex'/ZERO,SALT='bin-hex'/NONE/RANDOM,KEY='bin-hex',PASSWORD='str',LABEL='str',FKM5(),TAG='bin-hex',OFFSET=num,PARM='str'/STDOUT/STDERR)

Description

Decryption based on clear keys, passwords or the FLAM5 key management extension (FKM5) using a key label. This object is a subset of CNV.EDC(). For more information see the corresponding page of the XCNV command.

The EDC object will not result in decryption if the data present conforms to a supported format or (except for ECB mode) has redundancies. This corresponds in the CNV.EDC() with SKPFMT=SUPPREDU.

With the EDC component it is not possible to recognise whether the key is the correct one, therefore it does not make sense to keep more than one key value (clear key, passphrase or label).

Arguments