Is there a way to use MongoDB encryption?

MongoDB has a way to encrypt data, which is require for various compliance related applications.

MongODB provilde this - eg seehttps://github.com/mongodb/docs/blob/cb5ec8157dc2be0c747a4858fc513b16ef1a3607/source/includes/qe-tutorials/node/queryable-encryption-tutorial.js#L30

So you can pass some params to new MongoClient

Can this be done/configured in MeteorJS to leverage that MongoDB capability?

seems like it should be supported via meteor/packages/mongo/connection_options.ts at devel · meteor/meteor · GitHub

Mongo.setConnectionOptions