Kentcio PII Encryption

Andy St. Jean asked on July 16, 2019 21:42

Im trying to develop an encryption module for kentico forms to secure PII. I've been able to encrypt the data by creating an event handler on form submit, but am running into issues when I attempt to decrypt it. I'm attempting to have the data decrypted to be viewable on the kentico admin page. I'm having trouble finding where the data is loaded for the admin pages. I believe if I can access the data somewhere in the loading process I'll be able to decrypt it. Any advice or tips would be appreciated greatly.

Thank you

Recent Answers


Brenden Kehren answered on July 16, 2019 21:52

Your best bet is to clone and recreate the admin pages in your own custom module. Then go to the Forms module and make the UI changes to point to your new files. There are a few concerning things around this though:

  • this is it won't be easy as there are a lot of compiled and complicated components in the background
  • when you upgrade, the UI changes will be wiped out so you'll have to update them manually again after the upgrade
1 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.