0

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?

1
  • 1
    What have you tried? Where are you stuck? edit your question to include those details. Commented Apr 28, 2021 at 11:46

1 Answer 1

3

You can only decrypt symmetric AES-based encryption. RSA is only used for digital signatures (Crypo.sign and Crypto.verify methods).

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.