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