annethorne
Programmer
Hi everyone,
I need a function to redact possible SSNs and CCs from a string.
This is for an application that receives messages from customers, which may contain SSNs or CCs. Instead of passing on that message, we want to redact it of the sensitive information.
We do have some SQL functions that do this, but I want to duplicate what they do in C# as we don't want to use Databases:
Have any of you done this sort of thing before?
All the Best to You!
Anne
I need a function to redact possible SSNs and CCs from a string.
This is for an application that receives messages from customers, which may contain SSNs or CCs. Instead of passing on that message, we want to redact it of the sensitive information.
We do have some SQL functions that do this, but I want to duplicate what they do in C# as we don't want to use Databases:
Have any of you done this sort of thing before?
All the Best to You!
Anne