Eastrall / EntityFrameworkCore.DataEncryption

A plugin for Microsoft.EntityFrameworkCore to add support of encrypted fields using built-in or custom encryption providers.
MIT License
326 stars 54 forks source link

Decimal , Double , long types #39

Open mohammadrezaamiri opened 2 years ago

mohammadrezaamiri commented 2 years ago

hi I try to encrypt properties by integer types like long , decimal , double but it didn't support

I myself use ConverterBuilder<TModelType> to handle my need but it warned me that it is internal and maybe removed in future without any awareness.

what happened in future about this need ?

Eastrall commented 1 year ago

ConverterBuilder<TModelType> might be removed in the future indeed. I am working on V4 on a code refactoring so adding types could be easier. Primitive types is not in the library scope for V4, but might be for V5.

NorDroN commented 11 months ago

Any updates of this?