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
sai kumar 29sai kumar 29 

how to store confidential information in salesforce in encrypted formate

Could you please explain how to store confidentail information in salesforce.
Let say: User password can't be known to ADMIN as well. Only Admin can reset the passowrd.

Like wise I need to store two fields at user profile level which can not be seen by any one, and also those fields needs to be in encrypted formate.So that no one can decryp also. 

Please advise
PratikPratik (Salesforce Developers) 
Hi Sai Kumar,

Please go through the Salesforce documentation about Encrypted fields.
https://help.salesforce.com/apex/HTViewHelpDoc?id=fields_about_encrypted_fields.htm

Here the fileds will be visible but in the masked format and user with "View Encrypted Data" permission will only view it in unmasked format.

Thanks,
Pratik
sai kumar 29sai kumar 29
Thank you Pratik for information.

Let me go back and implement this, If i need any help, will ask you. 

Thanks,