> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/7.6/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/7.6/data-center/data-preparation-beta-release/data-preparation-workspace/transforms/anonymization.md).

# Anonymization

Anonymization is a type of information sanitization whose intent is privacy protection. It is a data processing technique that removes or modifies personally identifiable information.

## ![](/files/NVJVPPRK6GrU2ZjUuWWU)

## **Data Masking**

Data masking transform is the process of hiding original data with modified content. It is a method of creating a structurally similar but inauthentic version of an actual **data.**

* Select the ***Data Masking*** transform from the ***Transforms*** tab.
* Select a column from data grid for transformation.                                             &#x20;
* Select a start index and end index which you want to mask.
* Click the ***Submit*** option.
* Below is the snapshot of how the ***Data Masking*** transform when applied converts the selected data:

&#x20;  ![](/files/ma6VEuW9sC9liN1OsQsQ)

The selected column gets Masked like as shown in the following image:

&#x20;![](/files/p8OnBCBLiafUnr07D7vO)

## **Data Hashing**

Data Hashing is a technique of using an algorithm to map data of any size to a fixed length. Every hash value is unique. The supported Hash options are Hash, Sha-1, Sha-2 and MD-5.                                     &#x20;

* Select the ***Data Hashing*** transform from the ***Transforms*** tab.
* Select a column from data grid for transformation.
* Select the required ***Hash Option***- Hash, Sha-1, Sha-2, MD-5.
* Click the ***Submit*** option.   &#x20;

The following image displays the transformed data after the ***Data Hashing*** transform is applied.

&#x20; ![](/files/0ldHwgqlHdjOIVnNQ8Ay)                                       &#x20;

The selected column gets converted to&#x20;

&#x20;<img src="/files/EcjdNWTowb9cJVvdd48n" alt="" data-size="original">

## **Data Variance**

* Select the ***Data Variance*** transform from the ***Transforms*** tab.
* Select a column from data grid for transformation.
* Select the required Value Type-Numeric/Date.
* Select an adequate operator from the options and a Percentage value.
* Click the ***Submit*** option.

&#x20;     ![](/files/moZpqra0Sh25rpbvoJq5)

* Below is the snapshot of how the ***Data Variance*** transform when applied converts the selected data:

![](/files/b3zk7YJEmYLU5omT6qpY)

&#x20;

By applying the Data Variant transform to a Date column.     &#x20;

![](/files/4CzOFsJIWpe2Fi0kROCt)          &#x20;

The column displays the given values.

&#x20;![](/files/JyjJ4mib3ydgLLKSrGrb)&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bdb.ai/7.6/data-center/data-preparation-beta-release/data-preparation-workspace/transforms/anonymization.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
