Clarity

  • 1.  Process encrypted input file

    Posted May 04, 2019 03:31 PM

    CA PPM 15.6

     

    Due to the organization security policy, the application team can send only encrypted .csv file.  

     

    Is there any guidance on processing to decrypt the file to process via XOG gel script?

     

    Appreciate your help

     

    Thanks

    -Venkitta



  • 2.  Re: Process encrypted input file

    Posted May 07, 2019 10:06 AM

    You can use the Global Delivery interface adapter framework and extend it to do this. There are various examples of such implementations but the actual details will depend on what kind of encryption is being used.



  • 3.  Re: Process encrypted input file
    Best Answer

    Posted May 14, 2019 04:22 PM

    I would recommend encrypting with the JDK.  Using something like AES256  That way you can encrypt and decrypt without relying on any third party PWP.



  • 4.  Re: Process encrypted input file

    Posted May 16, 2019 02:40 AM

    Thank you for the response.  Appreciated