DB Encryption with application understanding

0
Hello Mendix Gurus,   i have a requirement to make our application DB "postgres" encrypted which deployed on-prem, and this encryption should be compatible with the Mendix application, so the Mendix app will decrypt the values before displaying it in the screens, is there anything out of the box to achieve this requirement ?
asked
1 answers
0

Mendix data in the mendix cloud is already encrypted on disk: https://www.mendix.com/evaluation-guide/app-lifecycle/develop/data-management/data-security/#how-does-mendix-ensure-data-security

 

Alternative is to use the encryption module as discussed on the same page. 

 

What additional encryption do you miss?

answered