Question
Didnt see Pega provided sample Cipher choices in our JVM environment
we have run below command in our environment & it's giving the available choices with JVM, but I didn't see the pega provided default choices with my environment except keylength.
runPega.bat --driver D:\Shared\CipherMechanisam\WEB-INF\lib\ojdbc6.jar --prweb
D:\Shared\CipherMechanisam\ --propfile D:\Shared\CipherMechanisam\WEB-
INF\classes\prbootstrap.properties com.pega.pegarules.exec.internal.util.crypto.JCECapabilities none
- transform [DESede]:SKIPJACK/ECB/PKCS7Padding
- key length [112]: 128
- provider [null]:BC
Even the 1 & 3 arguments not existed in our environment, if I pass them, it works. could you please assist us brief how it works.
Actually we are in the preparation of create new cipher implementation for our environments, in that case what should be the values for these arguments ?
please help.
Thanks,
Rohith
***Moderator Edit: Vidyaranjan | Updated Categories***
Hi Rohit,
You may use AES and 256 as the 1st and 2nd arguments and you may ignore the last argument.
AES 256 is the strongest available site specific cipher supported by Pega. Please let me know if you need anymore information.