IBM Crypto Education Community

  • 1.  SECMSG KEYS

    Posted Fri September 17, 2021 01:27 PM
    Does anyone knows  how to  add  keys  type(SECMSG)   this type of keys  is used to encrypt PINS   and secure Messages. 
    is it possible to add the Key  in the KGUP Program? 
    The Key required  is for Algorithm  DES,    it will be used  later  for the service CSNBSKY.

    ------------------------------
    Rafael Enriquez
    ------------------------------


  • 2.  RE: SECMSG KEYS

    Posted Fri September 17, 2021 02:21 PM
    Hello Rafael -
    You can use CSNBKTB to build a skeleton SECMSG using rule_array = 'INTERNAL'||'SMPIN   '.  Then pass this skeleton token to either CSNBKGN or CSNBKPI or CSNBSKM to build an operational SECMSG key.

    ------------------------------
    Eleanor Chan
    ------------------------------



  • 3.  RE: SECMSG KEYS

    Posted 19 hours ago

    Adding keys of type SECMSG, which are used to encrypt PINs and secure messages, typically involves accessing a Key Generation and Update Program (KGUP) or a similar system designed for managing cryptographic keys. Within the KGUP program, the process generally entails generating a new key using the DES algorithm and specifying parameters such as key type, expiration date, and usage restrictions. Once the key is created, it needs to be securely distributed to the systems or devices that will utilize it for encryption.

    This distribution should be conducted in accordance with established key management practices to safeguard the key's integrity throughout its lifecycle. If the key is intended for use with a specific service like CSNBSK, integration and configuration with the service should be performed following the relevant specifications and requirements. It's essential to adhere to any documentation, guidelines, or regulatory standards governing cryptographic key usage and security practices throughout the entire process.



    ------------------------------
    social xat
    ------------------------------