Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Does anyone have information how to encrypt attachments in SFDC?
Thanks in advance,
John
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.
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.
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
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.
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.