emrekizildas / EntityFrameworkCore.EncryptColumn

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

Encryption provider instantiation #26

Open b2k opened 3 weeks ago

b2k commented 3 weeks ago

The constructor for your provider requires an encryption key that is 128 bit. The parameter is a string, so it would be helpful to know what encoding that string is assumed to have. Is it a Base64 string, UTF8, Unicode or some other expected format?