Question
KCI
US
Last activity: 28 Sep 2020 16:47 EDT
Data Encryption is not working with platform cipher
We have a requirement to implement Data Encryption for HIPPA Attributes.
We did the following steps to implement Data Encryption
- Create Keystore Instance with Location as Amazon KMS.
- Refer that keystore at Data Encryption tab at system settings.
- Create Access Control Policy selected Action DD with PropEncrypt and choose 2 properties.
- Verified the PEGA DB, It is still storing the information in clear text.
Is Data encryption work with base product or do we need to have any enhancements required?
We are using Report Definition to retrieve data from DB, on the report page it is displaying in normal text while copying from Report Page to Other pages it is getting encrypted that point of time.
Our expectation is to encrypt the data all the time (In DB, Clipboard, Tracer), It needs to be decrypted only while sending information to calling system via API & on the screen.