We'd like to check a record for confidential info before being saved. If we find sensitive info we'll replace with ****, for example.
We need to do this on the front-end (in the browser) so the sensitive data doesn't leave the client machine.
What is the best approach?
We need to do this on the front-end (in the browser) so the sensitive data doesn't leave the client machine.
What is the best approach?
Comment