PII PHI data encyption using data protection api

Somnath Shukla 411 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

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,080 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,691 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Somnath Shukla 411 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.