Good morning,
We have a project where we store sensitive information in MongoDB that we access through girder.
We should encrypt most if not all information stored in the database.
I read that we could use a built in feature of mongodb entreprise (not free though) to encrypt data “at rest”. How would that work with girder ?
We are pretty much all novices in database security in my team so it is unclear for us what our options are. Are there other ways to achieve encryption of stored data ? It is possible for us to repopulate entirely the database if needed, all population, accesses, etc. are done through girder plugins.
Thanks a lot.