C#C
C#3y ago
TJacken

✅ Mask data when solft delete is applied

Hi, is there any nuget package or EF Core feature which I can configure to mask data in database when I apply solft delete?

When user request delete his data in database, due to the GDPR regulative I need to leave user data in database because of statistics data, but mask user sensitive data like first name, last name, e-mail, gender...

Do you know any nuget for this or have idea how I can do this? I know I can manually do this to update every property I need.
I suppose if nuget exists it should had custom attribute to mark data for mask after soft delete.
Was this page helpful?