How is the SUBPASS parameter encrypted and what type of encryption is used to encrypt the SUBPASS parm?
Universal Job Management Agent (CA UJMA) r11.2SP2CUM1 (1211) communicating with CA-7 (mainframe)
You can use an encryption of your choice by placing a library $CAIGLBL0000/sche/lib/libcacrexit.so and setting the environment variable EMSEC_EXIT_CRYPT=ON
The library needs to implement the below two functions int User_Encrypt((unsigned char*)temp, strlen(temp)); int User_Decrypt((unsigned char*)temp, strlen(temp));