If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Data Masking

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-07-11, 02:47
pratik_pandya pratik_pandya is offline
Registered User
 
Join Date: Apr 2011
Posts: 1
Question Data Masking

Hi All,
In my project, we have a requirement where we have to mask sensitive information (name, SSN number etc) . I can do it through the various system algorithm. But the issue is that , we have 2 different databases (oracle,DB2) and there might be situation where a single customer exist on both the data base. WHile doing modelling on analysis we need to match both the records on the basis of SSN number. Current masking algorithms will produce different value for a single SSN number in different databases. How can i address this situation . Any better ways so that i can mask the data , at the same time can retain the relationships. ?
immd reply is appreciated.
pratik
Reply With Quote
  #2 (permalink)  
Old 04-07-11, 10:10
blindman blindman is offline
World Class Flame Warrior
 
Join Date: Jun 2003
Location: Ohio
Posts: 11,726
You could store the SSN hashed through a one-way encryption algorithm, using the same algorithm on both databases.
__________________
If it's not practically useful, then it's practically useless.

blindman
www.chess.com: "sqlblindman"
Reply With Quote
Reply

Tags
data masking, db2 mask, encryption, oracle mask

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On