Tokenization Packages

Mask/Unmask-Sample

Last Updated: August 26, 2024

Intelligent Data Tokenization for Enhanced Privacy and Security Protecto employs a sophisticated approach to data tokenization, ensuring intelligent handling of sensitive information. By leveraging this smart solution, you can unlock the full potential of your data while seamlessly upholding data privacy and security – all through the convenience of an API. Our tokenization process encompasses...

Mask with AutoDetect

Last Updated: June 6, 2024

This method automatically identifies and masks personal/sensitive data within a specific text. Note: To obtain the <auth token>, please refer to the Step-by-Step Guide to Obtain Your Auth Token. Code Snippet Result {     "data": [         {             "value": "George Washington is happy",             "token_value": "<PER>hSw8kAEB10 748785848000</PER> is happy",             "toxicity_analysis": {                 "toxicity": 0.0009287489,                 "severe_toxicity": 0.00010670507,                 "obscene": 0.000181875,                 "threat":...

Mask with a Specific Token

Last Updated: April 30, 2024

With this approach, data is masked according to default token types (Text token, Special Token, Numeric Token). Learn more by checking out the section on Supporting Token and Format Types. Note: To obtain the <auth token>, please refer to the Step-by-Step Guide to Obtain Your Auth Token. Code Snippet Result { "data": [ { "value":...

Mask with a Specific Token and Format

Last Updated: April 30, 2024

This method masks data based on default token types and formats. Learn more by checking out the section on Supporting Token and Format Types. Note: To obtain the <auth token>, please refer to the Step-by-Step Guide to Obtain Your Auth Token. Code Snippet # Import the ProtectoVault class from the protecto_ai module from protecto_ai import...

Mask Data in JSON Format

Last Updated: April 30, 2024

Masking data in JSON format means concealing sensitive information using tokens for privacy and security. Mask with Token Example Payload:{ "mask": [ { "value": "George Williams", "token_name": "Numeric Token" } ] } Mask with Format and Token Example Payload:{ "mask": [ { "value": "George Williams", "token_name": "Numeric Token", "format": "Person Name" } ] } Mask...

Unmask a Token

Last Updated: April 29, 2024

In tokenization, unmasking is the procedure of reversing the masking process to recover the original sensitive data from its masked representation. Let’s take an example. If “George Williams” is masked as “wRePE302Qx vUc7DruuWm,” and if the user provides the second masked input, “vUc7DruuWm,” the unmasked output should be “Williams.“ The user can also submit a...

Step-by-Step Guide to Obtain Your Auth Token

Last Updated: April 29, 2025

To obtain the <auth_token> from Protecto.ai, follow these steps: Sign Up Visit https://portal.protecto.ai/ Sign up for a free account Activate the account by email verification Navigate to Dashboard After logging in, go to the dashboard.  3. Copy the Auth Token Once you locate the Auth token, copy it. This token is essential for authorization when...

Supported PII/PHI Entities

Last Updated: October 24, 2024

Here is a list of PII/PHI enabled by default. For the full list of entities, please contact help@protecto.ai or set up a demo.”                                                                ...

Mask Bulk Data using Async method

Last Updated: April 30, 2024

An asynchronous masking method can be used to mask large volumes of data. Utilizing this method enables you to submit a mask request and receive a tracking ID. The tracking ID can then be employed to retrieve the status of the submitted request. CodeSnippet  # pass list of sensitive information as an input in the...

Unmask Bulk Data using Async method

Last Updated: April 30, 2024

To unmask large volumes of data, an asynchronous unmasking method can be used. Using this method permits you to submit an unmask request, and in return, you receive a tracking ID. The tracking ID is utilized to check the status of the corresponding request. Code Snippet # data to be unmasked is passed as a...

Get status of Async method

Last Updated: April 30, 2024

The asynchronous status method enables us to monitor the status of both masking and unmasking processes. This approach enables you to track the status of the asynchronous request you’ve submitted. The possible statuses include “SUCCESS”,”PENDING”,”IN-PROGRESS”,”FAILED” and “PURGED” .If the request attains a “SUCCESS” status, the outcome will encompass the mask/unmask response. Any successful mask/unmask requests...

Identifying Toxic Content

Last Updated: June 6, 2024

Overview Protecto is designed to identify and score content based on the presence of toxic language, such as inflammatory remarks or discriminatory statements. This guide provides an understanding of how Protecto scores content and the types of toxic content it identifies. Scoring System Protecto assigns a score to content indicating the severity of toxic content:...

What are your feelings

© All Rights Reserved 2023 | Protecto