Data Masking on Domino Applications

Hello all,

I develop domino web applications on Designer 9.0.1.

I need a data masking method for some specific items on a document, for GDPR purposes. I cannot use the Client encryption solution of "Enable Encryption for this field" of field properties as all users access applications via browser.

What are the data masking solutions of Notes on Domino Web Applications? Does anyone have experience with this situation or recommend a product ?

Thanks in advance.

Hello, I saw this enhancement request on the ideas portal. It might help. Also, you can upvote this idea to gain weight for consideration: https://domino-ideas.hcltechsw.com/ideas/DDXP-I-385

I a similar case we create a solution using a second document for each document, storing the secret items there, encrypting it.

This way, the non-critical information is available for all persons with at least read access to the main document, but only those able to decrypt the second document could access the secret information, which will be shown in computed for display fields in the form of the main document (using formulas).