Data Masking
We mask your Personal Identifiable Information (PII) to ensure your data is secure and private.
What is Data Masking?
Data masking is the process of hiding original data with random characters or data. It is used to protect sensitive information from unauthorized access. Data masking is commonly used in software development, testing, and data analytics to ensure that sensitive data is not exposed to unauthorized users.
How is it done?
When we receive your data, we identify the sensitive information that needs to be masked. Then we will use msticpy (Microsoft Threat Intelligence Python Security Tools) to mask the data. msticpy is a set of tools and scripts that help security analysts and researchers analyze and visualize security data. It provides a range of functions for data masking, including masking phone numbers, email addresses, and other sensitive information.
For Example: If you provide your phone number as 123-456-7890
, we will mask it as XXX-XXX-7890
.