Getting Started With Queryable Encryption With the MongoDB EF Core Provider
dev.to·5h·
Discuss: DEV
Flag this post

This tutorial was written by Luce Carter

With the release of MongoDB 7.0 in August 2023, MongoDB introduced a new feature called Queryable Encryption (QE), the first of its kind. With Queryable Encryption, your data is encrypted, even at rest, with the database server unable to read it either but still able to execute queries against it. You can configure what fields to encrypt so you can decide to encrypt as much or as little of your document’s fields as you need.

The great news is, not only is this available for all paid tiers and in our C# driver, but it’s now also available in the MongoDB [Entity Framework Core (EF) provider](https://www.mongodb.com/docs/entity-framework/current/?utm_campaign=devrel&utm_source=third-party-content&…

Similar Posts

Loading similar posts...