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
jpbenjpben 

Encryption of Attachments

Does anyone have information how to encrypt attachments in SFDC?  

 

Thanks in advance,

John

Best Answer chosen by Admin (Salesforce Developers) 
Arun MKArun MK

 

Hi John,

 

You can make use of the Apex Crypto class for encrypting and decrypting attachments.

 

Follow this link : http://wiki.developerforce.com/page/Apex_Crypto_Class

 

Regards,

Arun.

All Answers

Arun MKArun MK

 

Hi John,

 

You can make use of the Apex Crypto class for encrypting and decrypting attachments.

 

Follow this link : http://wiki.developerforce.com/page/Apex_Crypto_Class

 

Regards,

Arun.

This was selected as the best answer
jpbenjpben

Thanks Arun.  SFDC Support actually gave this same resource to me.  I am new to apex coding and I was hoping there are other use cases out there in the developer community.  Unfortunately, I cant find too much about attachment encryption.