EntityFrameworkCore.DataEncryption
EntityFrameworkCore.DataEncryption copied to clipboard
Add more abstractions
Added ISerializationProvider to convert TModel property to byte[] and convert encrypted byte[] to database column type (base64 or byte[]) also. Added predefined serialization providers.