Hello Folks,
Here was the scenario:
We have one field A, which we were encrypting and storing in a different field B in CE and we were masking the data in the original field(A) like XXXXXXX99A1. Now we want to decrypt the information from the encrypted one(B) and show the data in the text field(A) for only one security role(C) in forms and views.. For others, the data in the field A should be masked only.
What we tried: We tried decrypting and updating the Field A, but this is getting visible for all users with other security roles since this is getting updated in the database which is not valid.
As we were using C# class library to encrypt/decrypt the information, we also to want to have this logic in Plugin only.
Had anyone confronted with this situation and suggest any solutions or alternatives..?