This project is an extension of Microsoft Entity Framework Core that adds support for encrypted properties using built-in or custom encryption providers.
The authors do not accept any responsibility if you use or deploy this in a production environment and lose your encryption key or corrupt your data. Users are advised to thoroughly test and validate integration before using it in any production environment.
By using or contributing to this repository, you agree to follow its terms.
EntityFrameworkCore.Encrypted | .NET 8 | ||
EntityFrameworkCore.Encrypted.Postgres.AwsWrapping | .NET 8 |
- Install the latest .NET 8 SDK
- Clone the source codee
git clone https://github.com/starushykart/ef-core-encryption.git
- Run
dotnet build