Need Function to Redact SSNs and CCs from a string
Need Function to Redact SSNs and CCs from a string
(OP)
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:
http://files.engineering.com/getfile.aspx?folder=0...
http://files.engineering.com/getfile.aspx?folder=b...
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:
http://files.engineering.com/getfile.aspx?folder=0...
http://files.engineering.com/getfile.aspx?folder=b...
Have any of you done this sort of thing before?
All the Best to You!
Anne
RE: Need Function to Redact SSNs and CCs from a string
RE: Need Function to Redact SSNs and CCs from a string
Maybe this post will help someone else in the future.
:) Anne