A plugin for Microsoft.EntityFrameworkCore to add support of encrypted fields using built-in or custom encryption providers.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 7.0.0 |
Author(s): | Filipe GOMES PEIXOTO |
Last Update: | Wednesday, November 13, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SoftFluent/EntityFrameworkCore.DataEncryption |
NuGet Url: | https://www.nuget.org/packages/EntityFrameworkCore.DataEncryption |
Install
Install-Package EntityFrameworkCore.DataEncryption
dotnet add package EntityFrameworkCore.DataEncryption
paket add EntityFrameworkCore.DataEncryption
EntityFrameworkCore.DataEncryption Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 3.1.0)
Tags