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
Aishwarya Bhat 1Aishwarya Bhat 1 

Access decrypted text(encrypted) custom field in php

Hi,
I am creating a signin page in php using heroku, I have created a custom text(encryption) field in salesforce which i want to decrypt in php in order to compare the user entered data with the decrypted data. How can i achieve this?Kindly help if anyone has solution for the same.
Thank you in advance!