Data Anonymization

Data anonymization is the process of transforming data in such a way that it can no longer be used to identify individuals without the use of additional information. This is often done to protect the privacy of individuals whose data is being collected or processed.

Anonymization techniques can include removing identifying information such as names and addresses, replacing identifying information with pseudonyms, and aggregating data so that individual data points cannot be distinguished. It's important to note that while anonymization can reduce the risk of re-identification, it is not foolproof and must be used in conjunction with other security measures to fully protect personal data.

Features

Cosmian anonymization provides multiple methods:

Date Format

WARNING: The anonymization functions date input is in RFC3339 string format which is slightly different from ISO format.

| ISO format | RFC 3339 | |---------------------------|---------------------------| | 2023-04-07T12:34:56 | 2023-04-07T12:34:56Z | | 2023-04-27T16:23:00+00:00 | 2023-04-27T16:23:00+00:00 | | 2023-04-27T16:23:00+05:00 | 2023-04-27T16:23:00+05:00 | | 2023-04-27T16:23:00-05:00 | 2023-04-27T16:23:00-05:00 |