Base solution for your next web application
Open Closed

Store users personal data in encrypted format #10872


User avatar
0
KPCS created

Hi Team,

It is recommended to store users personal data in encrypted format in database for GDPR compliance. How we can achieve the same. Is there a recommended coding approach from you?

Thanks,

Kind Regards, Kumar Prashant


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @KPCS

    There is not out of the box support for Decrypting/Encrypting an entity field. But, you can use SimpleStringCipher to Decrypt/Encrypt fields of an entity.