Jump to content

Data Masking helps in reducing data privacy violations

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
tossy

tossy

    Programmer

  • Members
  • PipPipPipPipPip
  • 202 posts
We've been using data masking in our business very effectively for quit some time now. Masking helps in hiding the specific fields that identify an individual, potentially exposing customers or employees to identity theft or other forms of privacy invasion.
Microsoft: "You've got questions. We've got dancing paperclips

#2
smith

smith

    Programmer

  • Members
  • PipPipPipPip
  • 153 posts
How does it work? Is it like obfuscation or do you use a key to encrypt the data?

for (int i;;) {

   cout << "Smith";

}