Ormlite: Add encryption to tables or columns
Encryption-at-Rest is an important feature for GDPR regulation compliance.
EF and SqlServer offers an ProtectedPersonalData Annotation to protect fields on db with encryption.
It would be very useful to have a similar feature on Ormlite.
Usage example: https://github.com/blowdart/AspNetCoreIdentityEncryption
3
votes
