Harrison314.EntityFrameworkCore.Encryption 0.9.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Harrison314.EntityFrameworkCore.Encryption --version 0.9.0
NuGet\Install-Package Harrison314.EntityFrameworkCore.Encryption -Version 0.9.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Harrison314.EntityFrameworkCore.Encryption" Version="0.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Harrison314.EntityFrameworkCore.Encryption --version 0.9.0
#r "nuget: Harrison314.EntityFrameworkCore.Encryption, 0.9.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Harrison314.EntityFrameworkCore.Encryption as a Cake Addin
#addin nuget:?package=Harrison314.EntityFrameworkCore.Encryption&version=0.9.0

// Install Harrison314.EntityFrameworkCore.Encryption as a Cake Tool
#tool nuget:?package=Harrison314.EntityFrameworkCore.Encryption&version=0.9.0

Add transparent data encryption to Entity Framework Core inspired Always Encrypted from MS SQL Server.

Harrison314.EntityFrameworkCore.Encryption is a Microsoft Entity Framework Core extension to add support of encrypted fields using built-in or custom encryption providers.

Features

  • Database agnostic (tested on Sqlite, MS SQL Server, PostgreSQL, Azure CosmosDB).
  • Key rotation.
  • Simple for use.
  • Deterministic or randomized encryption.
  • Build using standard cryptographic algorithms (AES, HMAC SHA, SP800-108, PBKDF-2,...).
  • Internal or external (out of process or on another server e.c. Azure Key Valut) encryption providers.
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.0 231 11/17/2023
1.2.0 443 3/21/2022
1.1.0 1,150 11/29/2021
1.0.0 315 4/27/2021
0.9.0 363 2/6/2021