PII PHI data encyption using data protection api

Somnath Shukla 406 Reputation points
2020-12-02T14:37:27.09+00:00

I am using data protection api in asp.net core 3.1 . I have PII and PHI data in database. can I use data protection api to encrypt the data. what if my data is not accessed for more than 6 month how key rotation will effect that

Azure App Services
Azure App Services
A feature of Azure App Service used to create and deploy scalable, mission-critical web apps.
4,589 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
2,848 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Somnath Shukla 406 Reputation points
    2020-12-04T03:59:06.963+00:00

    i got my answer. if keys are not deleted from key ring there is no issue in decrypting the old data.

    1 person found this answer helpful.