Database Encrypted due to GDPR - on the fly decryption

Hi everyone!

Our DB is encrypted at rest where all the fields basically are hashed.

We currently use a aes-256-cbc encryption algo to encrypt and decrypt our data on the fly whenever we ready information from our server

Is there any ability for us to do something similar here ? It would be huge if we could do this

Hi @veebuv
I’m not sure I understand. Metabase runs queries on your database, so it just needs the connection details.
You should encrypt the connection details:
https://www.metabase.com/docs/latest/operations-guide/encrypting-database-details-at-rest.html
And you probably want to disable any type of scanning:
https://www.metabase.com/docs/latest/administration-guide/01-managing-databases.html#database-sync-and-analysis

Hello

We are also encrypting data in our MySQL DB. Can Metabase read the data and decrypt at each user connection?

The goal is to have our data encrypted in mySQL but clearly visible in MB

Thanks

@HubertdR

Please necro only one thread at a time … I responded in your other one already.