Data encryption in Camunda

Hi,

I would like to encrypt process variables before storing them in the database. For this, I registered ExecutionListener from where I can encrypt variables. However I am not sure where and how to decrypt them, because in the database they would be stored as a SealedObjects.

Any help would be appreciated.

Thanks