Question
Rabo Bank
AU
Last activity: 6 Jun 2018 13:06 EDT
Decrypting the Pega encrypted text in Java
Hi,
We have a requirement to encrypt certain fields in Pega which are sent to interfacing systems.The other system in the integration (non pega system) should be able to decrypt those fields on demand by using the algorithm and transformation string that pega used to encrypt.
We have done the encryption by creating a custom cipher and are able to decrypt within Pega. To decrypt the Pega encrypted data in java program using JCE apis, is there any standard procedure? The generated Java source contains 2 byte arrays and one string variable with some text value.
These variables are been sent to init method from the constructor. If we know how these variables are used to decrypt, we can try to do the same in a standalone java program using JCE apis.
Regards
Paramesh