How do you find the Top Secret Encryption Key for utilities such as TSSFAR and TSSXTEND?
Release : 16.0
Component : CA Top Secret for z/OS
To find the encryption key, run a DUMPT against module TSSMNGR4, csect TSSKTPRC from the Top Secret CAKOLINK library. The encryption key is the first 16 bytes of the csect.
Here is sample JCL to do a DUMPT on a module and csect:
//Insert valid jobcard here
//STEP1 EXEC PGM=AMASPZAP,PARM=IGNIDRFULL
//SYSPRINT DD SYSOUT=*
//SYSLIB DD DSN=tss.xxxx.yyyy.CAKOLINK,DISP=SHR
//* UNIT=SYSDA,VOL=SER=vvvvv
//SYSIN DD *
DUMP TSSMNGR4 TSSKTPRC