function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
cvanamacvanama 

how to restrict access to sensitive data such as SSN,CreditCard info..etc

Can any body explain or give some insight into how to restrict access to sensitive data such as SSN,CreditCard info..etc

Laxman RaoLaxman Rao

You can create the fields as Text (Encrypted).

Once this field is created if user enters the data then it is stored in encrypted form.

You hide the fields uisng field - level security.

 

Encrypted fields are encrypted with 128-bit master keys and use the AES (Advanced Encryption Standard) algorithm.

 

Refer this :

https://ap1.salesforce.com/help/doc/user_ed.jsp?section=help&target=fields_about_encrypted_fields.htm&loc=help&hash=topic-title&instance=NA12&release=178.21.5