|
tDataDecrypt
|
Decrypts data encrypted with the tDataEncrypt
component. |
|
tDataEncrypt
|
Protects data by transforming it into unreadable cipher
text. |
|
tDataMasking
|
Hides original data with random characters or figures to protect the actual data
while having a functional substitute for occasions when it is not advisable to show
sensitive real data. |
|
tDataShuffling
|
Shuffles the data from in an input table to protect the actual data while having a
functional data set. Data will remain usable for purposes such as testing and
training. |
|
tDataUnmasking
|
Unmasks data masked with the tDataMasking component to retrieve
the original data. |
|
tDuplicateRow
|
Creates duplicates with meaningful data for data quality functional testing
purposes. |
|
tPatternMasking
|
Masks data that follows a specific pattern and can transform the original data in
consistent manner, if needed. |
|
tPatternUnmasking
|
Unmasks data masked with the tPatternMasking component to retrieve the original data. |