0

Does Salesforce provide a way to check Shield Platform Encryption for Platform Events? I wanted to verify what type encryption is applied to Platform Events when encryption is enabled from Setup -> Quick Find -> Encryption Policy

Below statement gave me false:

System.debug('That is ' +sObjectType.Case_Events__e.fields.Event_Type__c.isEncrypted()); 

1 Answer 1

2

The encryption is at rest and its at the database level which we don't have access to.

Check this link

It does use the generated tenant secret to encrypt the data. If you still want to factually see encryption i guess you will have to contact salesforce support.

1
  • Thanks for the response. Event Bus is indeed using the generated tenant secret but not sure if it is the key for Probabilistic or Deterministic. Commented Feb 11, 2021 at 20:30

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.