The DECODE command will PGP decode the contents of the specified FROM file.
The JSM response message could contain additional information about whether a signature verification or integrity verification have failed.
The JSM response message could contain none or one of the following values.
SIGNATURE_FAILED
INTEGRITY_FAILED
SIGNATURE_VERIFIED
INTEGRITY_VERIFIED
SIGNATURE_FAILED,INTEGRITY_FAILED
SIGNATURE_FAILED,INTEGRITY_VERIFIED
SIGNATURE_VERIFIED,INTEGRITY_FAILED
SIGNATURE_VERIFIED,INTEGRITY_VERIFIED
Syntax:
|
Example
DECODE FROM(encrypt.asc) TO(data.txt) PASSWORD(password) REPLACE(*YES)