EntityFrameworkCore.DataEncryption
2.0.0
A plugin for Microsoft.EntityFrameworkCore to add support of encrypted fields using built-in or custom encryption providers.
Install-Package EntityFrameworkCore.DataEncryption -Version 2.0.0
dotnet add package EntityFrameworkCore.DataEncryption --version 2.0.0
<PackageReference Include="EntityFrameworkCore.DataEncryption" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EntityFrameworkCore.DataEncryption --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
- Remove initializationVector parameter from `AesProvider` constructor.
- Apply unique IV for each row.
Dependencies
-
.NETStandard 2.0
- Microsoft.EntityFrameworkCore (>= 3.1.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on EntityFrameworkCore.DataEncryption:
Package | Downloads |
---|---|
Perigee.Framework.EntityFramework
Package Description
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on EntityFrameworkCore.DataEncryption:
Repository | Stars |
---|---|
Eastrall/Rhisis
Rhisis is an experimental FlyFF MMORPG emulator built with C# 9 and .NET 5
|