Jan 2023 #
New Features: #
Vault: #
- Asynchronous API:
- Asynchronous masks and unmasks APIs without disrupting other processes. Ideal for handling large data tasks, such as generating embeddings for RAG or performing ETL operations.
- Customized Masking:
- Choose to include or exclude specific PII entities from the masking list. This flexibility allows for precise control over which sensitive information is protected.
- Token Metadata Management:
- Manage the type and length of tokens effectively, ensuring that tokens are tailored to meet your specific requirements.
- GPU for PII Scan:
- Utilize GPU for data scanning, resulting in approximately 20X performance improvements.
- Gen-AI Instructions:
- Instructions for adapting Protecto masked data for compatibility with Large Language Models (LLM). Ensures that the masking techniques preserve the essential context while obfuscating sensitive information.
Scan: #
- PII Scan:
- Asynchronous scanning API designed to detect and identify Personally Identifiable Information (PII) details. Accepts inputs such as data source, object names, and specific fields. Metadata for the identified fields is then securely stored within the Privacy Vault.
- PII Object List:
- API designed to retrieve a comprehensive list of scanned objects from a specified data source.
- PII Object Details:
- API to retrieve detailed information about data scan results for a specified data source.
- Scan Metadata Management:
- APIs to update scan metadata.