emrekizildas / EntityFrameworkCore.EncryptColumn

Encrypt & Decrypt your databases columns using EntityFramework Core.
MIT License
87 stars 40 forks source link

Concept of encrypting int values #16

Open flo2000ace opened 1 year ago

flo2000ace commented 1 year ago

This is only a concept and my question is, is this also in the scope of the project or not?

The int variable must be declared with:

[EncryptColumn] [Column(TypeName = "varchar(200)")] public int Testint { get; set; }

emrekizildas commented 1 year ago

Good idea.