SSIS Package for Scrambling SSN Data

  • Hi,

    Do any one know which component we can use from control flow of SSIS Package for Scrambling SSN data & i think it my be Script task.

    Please suggest me if any one know how to go through this.

    Thanks in Advance!

  • Are you issuing a command or asking a question?

    The absence of evidence is not evidence of absence
    - Martin Rees
    The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
    - Phil Parkin

  • Please read the link in my signature about needing a question...

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • dnyanesh.09 (1/13/2011)


    Hi,

    Do any one know which component we can use from control flow of SSIS Package for Scrambling SSN data & i think it my be Script task.

    Please suggest me if any one know how to go through this.

    Thanks in Advance!

    You can combine the SSN + another secret string (which you should keep private) and then apply CRC32, MD5 or SHA1 algorithm on the combo to get one-way unique value. There is free component implemented for MD5 or SHA1 hashing you can download from here. If you want to use CRC32, you may check the script here for ideas.

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • The .NET library has a host of solutions for your need. Try implementing any of the algorithm within a Script Task/Component.

    Raunak J

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply