What algorithm and encryption key is used to encrypt data at rest on Mendix@Cloud?

1
At page https://www.mendix.com/evaluation-guide/enterprise-capabilities/platform-security/#encryption it is decribed  “The Mendix Platform encrypts data at rest and data in transit out of the box.”   What is algorithm / mechanism of encryption? Could I put my encryption key?  
asked
1 answers
1

Hi Piotr,

 

With this module: https://marketplace.mendix.com/link/component/1011

You can set your own encryption key. And according to the documentation AES is used as the method.

https://docs.mendix.com/appstore/modules/encryption/

answered