How to use CIPH3R Playground Components to detect PII

How to use CIPH3R Playground Components to detect PII

Table of Contents

Components

There two CIPH3R AI Playground components:-

  • CIPH3R Shield

  • CIPH3R Detokenize

CIPH3R Shield

CIPH3R Shield is langflow addon component that can perform PII detection and tokenization on unstructured data such as documents. This componenent can perform any of the following tokenization/redact methods viz., mask, redact, hash and fpe tokenize

The following inputs are required for processing tokenization on document. The result of this processing ensures all PII identified entities are detected and anonymized using CIPH3R FPE.

Input Parameters:

  • Payload

  • Fields to ignore (e.g., US_SSN, CREDIT_CARD, etc.)

  • Language (e.g., en)

  • Options (mask, redact, hash, tokenize)

  • CIPH3R ClientID

  • CIPH3R API Key

Output Parameters:

  • Data
CIPH3R Detokenizer

CIPH3R Detokenize is langflow addon component that can perform reverse operation of PII detection, meaning it can detokenization FPE data in the vector DB or any form of document using Format Preserved Decryption, this is designed for unstructured data.

The following inputs are required for processing detokenization on data returned from any source, in a typical scenario this would be a Vector DB. The result of this processing ensures all PII identified entities are detokenized using CIPH3R FPE.

  • Payload

  • Fields to ignore (e.g., EMAIL_ADDRESS, etc.)

  • Language (e.g., en)

  • Options (detokenize)

  • CIPH3R ClientID

  • CIPH3R API Key

Output Parameters

  • Data

New Project Startup Template

To kick start your AI Project you may choose “CIPH3R Sample Flow” when you create new project in CIPH3R AI Playground.

The sample flow consists of following components.

  • Cohere (Model)

  • FAISS (VectorDB)

  • CIPH3R Shield

  • CIPH3R Detokenize

You may tweak this flow and use Model and VectorDB of your choice.

Related Posts

OFSI B-13 Compliance through Format-Preserving Encryption (FPE)

OFSI B-13 Compliance through Format-Preserving Encryption (FPE)

Title: Aligning with OSFI B-13 Compliance through Format-Preserving Encryption (FPE)

Read More
What is FPE and How is it Applicable to Your Business?

What is FPE and How is it Applicable to Your Business?

In today’s digital age, data is the lifeblood of businesses. Whether it’s proprietary information, customer data, or sensitive records, safeguarding data integrity and privacy is paramount. Format-preserving encryption (FPE) is a cutting-edge solution that not only secures your data but also preserves its original format. In this blog post, we’ll explore what FPE is and why it’s so crucial for businesses.

Read More
Gen AI Privacy: Storing PII efficiently in Vector DB using FPE

Gen AI Privacy: Storing PII efficiently in Vector DB using FPE

In our previous blog Gen AI Data Privacy, we demonstrated the practical applications of Langchain Document Loader. In this installment, we delve into the seamless integration of this tool with Vectordb, a popular database solution. Additionally, we will explore its compatibility with blockchain technology, ensuring secure and private access to Language Model (LLM) responses.

Read More