How to encrypt/decrypt data within strapi api?

I’m developing an app using strapi REST api. Because of government regulations, the data stored in the database must be encrypted. For these reasons, I need a way to encrypt/decrypt the data within strapi api.

Hey @oshperez Did you find a solution for this? I want to encrypt my data at rest (DB) too.