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
MANJOT SINGH 7MANJOT SINGH 7 

How to do PGP encryption in apex

I am trying to use PGP encryption in apex, Is there any library or native support for that in apex.
SwethaSwetha (Salesforce Developers) 
HI Manjot,

Does this post answer your query https://salesforce.stackexchange.com/questions/25332/pgp-encryption-in-apex

If so, please mark this answer as best so that others facing the same issue will find this information useful. Thank you
RajandraSRajandraS
Hi Manjot,

Work to provide integration, check this
https://www.workato.com/integrations/pgp+salesforce (https://www.workato.com/integrations/pgp+salesforce" style="color:#0563c1; text-decoration:underline)

Check this which may help in integration.
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_restful_crypto.htm (https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_restful_crypto.htm" style="color:#0563c1; text-decoration:underline)

https://help.salesforce.com/articleView?id=mc_overview_key_management.htm&type=5 (https://help.salesforce.com/articleView?id=mc_overview_key_management.htm&type=5" style="color:#0563c1; text-decoration:underline)

Thank You!