Encrypting the values of sensitive properties
In the HRApp application, ensure that the Social Security number and salary properties are encrypted in all Pega Platform data stores (the database and Elasticsearch index files, in memory, and on the clipboard). Ensure that they are decrypted only when they are displayed in the user interface.
- In Dev Studio, create an access control policy for an Apply to class equal to Employee and Action equal to PropertyEncrypt.
- Click Add property and in the Property field, enter SSN.
- Click Add property and in the
Property field, enter
Salary.For more information, see:
Previous topic Controlling access to individual cases Next topic Masking the values of sensitive properties