Not logged in - Login


R
e
q
u
e
s
t

a

d
e
m
o
< back

Data Masking Components: Credit Card Dynamic

{TOC}

"CREDITCredit CARDCard Random"Dynamic


API Reference, CLR Reference

Usage Instructions:

Purpose

The purpose of the component is to mask suchcredit valuescards dynamically maintaining consistency across data sets. The algorithm retains the first characters as Accountper orissuer Patientand Numbersalso thatcalculates oftenchecksum consist ofwith the combinationLuhn of Alpha and Numeric characters and are not formed by a specific rule.algorithms.

Algorithm

Referential Integrity Preserving Substitution

Description

The Credit Card Random component maintains all the features of theMasking Credit Card component andexpects cana credit card number in a string that consists of integers, e.g.: XXXXXXXXXXXXXXX. There might be usedseparators withoutin creatingbetween the digits, such as “-“or “/”. It produces a masking table. The component replaces values on the fly. The Credit Card Random component recognizes that your current system indeed might have testing records starting with 000,666, 900-999 prefixes. If it encounters these prefixes, it keeps the prefix intact, masking the restcard of the number. same issuer with the parity digit consistent with Luhn calculation.

API Reference, CLR Reference

Usage Instructions:

1. Configure a source that contains the column with Credit Card value (we assume character data type). The data in the column may also include any characters that will be treated as a separator, such as spaces, dashes and slashes.
2. Drag and Drop Credit Card Random masking component, connect the source and the Credit Card Random data masking component with the source's precedence constraint:
3. Now, the precedence constraint (the blue arrow) passes proper meta-data to the CC Random component. If you click on constraint, you will see:
4. Now that the metadata for the Credit Card exists, and values are passed into the data masking component, please open the component editor:
5. In the second tab, there are input columns. Please check-mark only one column, the one that you will be masking with Credit Card algorithm:
6. This will create an extra column with the prefix “Masked_”.
7. Create a connection manager for the destination and configure source component for the destination. In the connection manager, in the tab “Mappings”, specify that you want newly created Field_Masked to be a field replacing the original value. For that, just click on the available input columns, choose the masked value, and map to the “Available Destination Columns”
8. Now, all the configurations are complete for the valid values. You can run the package with the Credit Card Random Data Masking component, and see the results of data masking:

Error Handling

9. If, however, there are invalid values in the package's source, one would need to configure error handling. Invalid values are those that are not conforming to the rules of the entity. To handle invalid values, each data masking component has error handling precedence constraint. One needs to create error destination connection and connect red arrow (error handling constraint) with this destination. As the connection is made, one needs to configure the state of failure: “Fail”,”Ignore” or “Redirect”.
10. It is recommended that one re-directs the output into the error destination, so that later one be able to analyze and process data for quality purposes. The CC Random data masking components errors are the only ones not recommended for further processing as it is truly hard to break their format.
11. It is our suggestion that with Credit Card Random data masking component one should not process erroneous data without further analysis at all.

Download Example

Download a Trial