SoftFluent/EntityFrameworkCore.DataEncryption
A plugin for Microsoft.EntityFrameworkCore to add support of encrypted fields using built-in or custom encryption providers.
C#MIT
Issues
- 0
- 1
Some Columns not decrypting
#36 opened by Justicea83 - 1
How can I search on encrypted data using stored procedure with EF core
#59 opened by Abhijeetsinghjat - 9
NuGet Package Deprecation
#65 opened by BernhardMaier - 0
Support for JSON or JSONB Columns?
#66 opened by c5racing - 4
How To Decrypt the Data at the Database level using the Same Key used in EF
#64 opened by IbrahimMNada - 1
- 3
- 2
Upgraded from 3.01 to 5 and dont know what to put in the initializationVector
#62 opened by JeffreyHiscox - 4
Has anyone written a stored procedure in the database management tool that can query the decrypted data?
#55 opened by Brawns - 9
Support EFCore 8
#60 opened by c5racing - 6
Dynamic IV not working on v4.0.0
#46 opened by DerStimmler - 0
Usage of migrations
#38 opened by sabihoshi - 1
Error using migration functionality
#43 opened by sidec15 - 2
Decryption error for data on .NET v5 platform after updating to .NET v7? (not a valid Base-64 string)
#50 opened by gcatwork - 2
Migration on plaintext database properties error
#32 opened by isIulian - 5
EF.Functions.Like support
#13 opened by yoramda - 2
- 2
Decimal , Double , long types
#39 opened by mohammadrezaamiri - 2
- 1
- 1
- 3
Intermittent error on Decrypting fields related to Padding ("Padding is invalid and cannot be removed")
#48 opened by AngeloPacione - 4
- 1
How to use user defined encryption key?
#41 opened by planyway - 1
Help for fixing bug
#40 opened by planyway - 2
Pleas update docs for IEncryptionProvider
#37 opened by Polemus - 4
Support EFCore 7.0
#42 opened by heggi - 2
Add Mark by Fluent Api
#44 opened by IamMartinPeek - 1
Not compatible with ef core 5
#30 opened by grinay - 0
Move to Github actions
#35 opened by Eastrall - 0
Add support for owned entity type
#31 opened by grinay - 2
EF core 5.0
#29 opened by heggi - 0
Dynamic IV
#28 opened by PierrePDP - 3
Supporting binary / other data types
#17 opened by cesarsouza - 1
Encrypted fields being read as empty strings
#27 opened by Thodor12 - 4
Different keys per column / entity
#16 opened by cesarsouza - 6
Exception with EF Core 3.1.1
#4 opened by RichardD2 - 1
[Question] Actual use case example
#9 opened by callenj - 4
[Question] Migrating existing data
#7 opened by jbarczyk - 1
Creating a DBModelBuilder
#5 opened by rock1686 - 6
Seed data is updated every time
#22 opened by firedeepan - 5
LinQ Statements not working on Encrypted Fields
#18 opened by daniels7 - 2
How to disable Decryption for specific cases
#20 opened by hasansahinnn - 3
Decryption failing after upgrade to 2.0.0
#24 opened by geedsen - 2
Restore Database into another server
#21 opened by ekhtiari - 5
object not reference at OnModelCreating Error
#10 opened by mahyarmot - 2
- 7
Newbie to AES Encryption question ....
#3 opened by BrettStrongEH