You need to sign in to do that
Don't have an account?
iatschuck
Decrypting custom encrypted field
I have a custom encrypted field that is used to store password in safesforce db. I would like to know how I can decrypt the data that is stored in custom encrypted field.
Thanks
No, you wil not be able to do that , as decropted value as not available as merge field or through API .
thanks,
Dinesh Nasipuri
All Answers
Dinesh.Nasipuri@gmail.com
I am System Administrator but I cannot enable "View Encrypted Data" Do I need to ask salesforce to enable it for me?
Thanks
This is not editable property for Standard Profiles.
You clone your "System Admin " profile to have a new custom profile and enable this option.
Assign this new custom profile to the corresponding user .
Thanks,
Dinesh Nasiupuri
Dinesh.Nasipuri@gmail.com
Thank you for your answer. Now I can see the data in encrypted field.
I created a SObject, which has an encrypted field for password. I want to mark the password meanwhile I need the decrypted password sent via S-control page for my company's server. Will I be able to do it?
Thanks
No, you wil not be able to do that , as decropted value as not available as merge field or through API .
thanks,
Dinesh Nasipuri
I checked with other application in appExchange, I saw some app can have the encrypted custom field and they are able to decrypt it then process the payment. for example, Chargent Payment Processing
Do you know how they do it?
Thanks