Skip to main content

Questions tagged [encryption]

Filter by
Sorted by
Tagged with
0 votes
0 answers
24 views

We want to send confidential attachments outbound from SalesForce. Ideally this would be as a link so that the files can be removed in the event of an issue (e.g. incorrect addressee or attachment) ...
Nate's user avatar
  • 101
0 votes
0 answers
65 views

I would like to replicate the security of an end-to-end file service like sendsafely using a Salesforce digital experience/portal/community site file upload for logged-in external user over HTTPS. I ...
Cleverlemming's user avatar
0 votes
0 answers
36 views

We have multiple orgs and have Salesforce to Salesforce connections between them. In some of our orgs the name and email address of the user to be sent notifications from the connection has been ...
Irene's user avatar
  • 1,995
0 votes
0 answers
190 views

Is there a way to access principal's authentication details from ExternalCredential in apex. I tried: ConnectApi.ExternalCredential ec = ConnectApi.NamedCredentials.getExternalCredential('GCP_Key'); ...
Nagendra Kumar Singh's user avatar
2 votes
1 answer
82 views

In my current project we are trying to redirect a logged in user from a webpage to a salesforce community page with guest user access. We want the community page to recognize the user and so we are ...
Dane's user avatar
  • 197
0 votes
0 answers
98 views

I am having some problem implementing a decryting function using a secret key and hash iv. I have a working code snippet in java script, but when I try to implement the function in apex, I get this ...
Ethan Lin's user avatar
2 votes
1 answer
522 views

I'm new here and I'm hoping to get some guidance on the proper way to write this in Apex. I have a webhook coming from Hubspot and I'm receiving it successfully in Salesforce using an apex class ...
Sharina Grace's user avatar
1 vote
2 answers
5k views

We are going through a thorough security audit and I cannot get a straight answer from Salesforce, just boilerplate with lots of sales jargon. Due to acquisitions, we have lots of Orgs. In our orgs ...
ElHombre55's user avatar
0 votes
2 answers
553 views

I want to encrypt a text file with bank details and want some specific user or team can decrypt those with the private key. How to achieve this using PGP.
Alok's user avatar
  • 37
0 votes
1 answer
448 views

I am trying to encrypt and decrypt file using apex but getting below error while decryption of file. Goal is to encrypt the file in salesforce and send it to third party. Third party should be able to ...
Muzammil Bajaria's user avatar
1 vote
1 answer
651 views

Hope you're doing well. Recently, I have been working on a project and haven't been able to find a solution to this problem. What I want to achieve is: To decrypt the data in Apex using the crypto ...
Assadullah Shaikh's user avatar
2 votes
2 answers
1k views

I'm reading the documentation and I'm confused because functions in MC and SF have a different number of parameters (salt and password in MC, key in SFDC). Salesforce offers 3 versions of AES ...
Al Cher's user avatar
  • 297
0 votes
1 answer
1k views

I remember this used to be "Google-able". For some reason, I can't seem to locate the answer via Google. I have a client that needs to send over their data to Marketing Cloud's SFTP site and ...
Mike Marks's user avatar
-1 votes
1 answer
54 views

We are using SHA256 encryption in an email, the idea is that the Subscriber key will be the email address, and when it comes to click through urls we’d include the hashed value of the email (using ...
Hannan S's user avatar
0 votes
1 answer
1k views

I am trying to encrypt a string using AES256 then converting it to Hex. I am supplied a Hex key so I tried going online and converting the Hex to text and using that value in my class but I keep ...
Phuc's user avatar
  • 125
2 votes
0 answers
124 views

Background: We are building an API integration fully custom between Salesforce and an internal resource to return PII data onto our Case record on page load. The internal resource will return ...
Ward Wood's user avatar
  • 115
0 votes
1 answer
3k views

I want to encrypt a string using AES encryption in ampscript. I am using EncryptSymmetric function that uses AES algorithm as mentioned in the following documentation : https://developer.salesforce....
user110045's user avatar
0 votes
1 answer
240 views

I have create the contact us cloud page using the ampscript, created two cloud page one is the main page which pre-populate the form values and on form submission it will redirect to thank you page ...
Darshan Jain's user avatar
0 votes
1 answer
782 views

I read a lot of documentation regarding Shield Platform Encryption and I can't find any statement in regards to why some of these custom Object Name Field and date fields (Deterministic Encryption) ...
Tejesh P's user avatar
1 vote
1 answer
225 views

I have a requirement to store sensitive customer information in a protected custom setting in our installed package. From my understanding through this answer the information should be encrypted ...
TemporaryFix's user avatar
  • 3,036
0 votes
1 answer
620 views

Our client is looking for a preference center where there is no page refreshing, the user click on submit and a message pops up I did not do this before, so I made an example to achive this, with a ...
TaouBen's user avatar
  • 162
0 votes
0 answers
237 views

I have a scenario where they have to pass data to Marketing Cloud via API, so I created an API call that allows me to insert records into a DE, in the following JSON: { "items": [{ &...
Maria Migliaccio's user avatar
4 votes
2 answers
3k views

Our security team has found an issue in our lightning experience site where a link to an external system is adding the account # in the URL. That system is then using that account # to display data on ...
Ryan Werner's user avatar
0 votes
1 answer
712 views

I know that Salesforce supports symmetric AES-based encryption(Crypto Class). What if I need to decrypt a message in salesforce which is encrypted using asymmetric RSA?
Jagadeesh's user avatar
  • 109
1 vote
1 answer
966 views

I get the following error when pushing my source to a scratch org. Deterministic encryption not available I have a permission set assign to my scratch org user that gives me ManageEncryptionKeys. I ...
Tyler Zika's user avatar
  • 2,950

1
2 3 4 5 6