Pega Platform 8.8.3 - Encrypting system data by using a custom key management service
Pega Platform 8.8.3 - Encrypting system data by using a custom key management service
- I’ve created a GetCustomMccmMasterKey activity under Data-Admin-Security-Keystore class.
I am getting “Failed to add keystore to cache error” message after executing activity. Is there any way to successfully add keystore to cache and get this issue resolved?
I’ve also created a data page described in second step of the document in link below. However, we should resolve the activity error issue first to move further steps.
References
Encrypting application data by using a custom key management service (pega.com)
Other Encryption Approach We Tried After Failing Encrypting system data by using a custom key management service
Pega Platform 8.8.3 - Encrypting system data by using a custom key management service
- I’ve created a GetCustomMccmMasterKey activity under Data-Admin-Security-Keystore class.
I am getting “Failed to add keystore to cache error” message after executing activity. Is there any way to successfully add keystore to cache and get this issue resolved?
I’ve also created a data page described in second step of the document in link below. However, we should resolve the activity error issue first to move further steps.
References
Encrypting application data by using a custom key management service (pega.com)
Other Encryption Approach We Tried After Failing Encrypting system data by using a custom key management service
- We have used methods (tools.getPRCrypto().encrypt(dataContent) and tools.getPRCrypto().decrypt(dataContent)) from the engine api in order to find different way to achieve encrypt and decrypt on pega platform. However, it is working like one way encryption so we could not achieve decryption with this approach.
Whenever we call tools.getPRCrypto().decrypt(dataContent) function, we are expeting to see “Mert” value but it is showing the encrypted text.