emrekizildas / EntityFrameworkCore.EncryptColumn

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

Use SecureString instead of String #14

Open WilliamITS opened 2 years ago

WilliamITS commented 2 years ago

Limit the exposure of decoded strings.

SlawekSkiba commented 1 year ago

Secure string should not be used anymore. See remarks: https://learn.microsoft.com/en-us/dotnet/api/system.security.securestring?view=net-7.0