Share
Explore

icon picker
Anonymization and De-Anonymization Tool for ChatGPT Data

The world of AI opens up countless possibilities with ChatGPT, but ensuring data privacy is a critical necessity. This Coda document is designed to help users efficiently anonymize their sensitive data prior to interacting with ChatGPT, and subsequently de-anonymize the obtained responses. This tool is particularly useful for protecting confidential endpoints, personal or team details, and proprietary company information to make sure that it will not be a used by .
This guide outlines how to input the words to be replaced for auto-anonymization, paste your data, and activate the anonymization process with just a click.

Instructions

Anonymization Process

Specify replacement words: In the table, enter words/phrases for anonymization in the “Word” column, and their substitutes in the “Replace With” column. This process is case-sensitive.
Input data: Paste your data into the “Data” column in the table.
Anonymize: Click “Hide the Data” button. Specified words/phrases in your data will be replaced with anonymized versions.
Your anonymized data will be copied to your clipboard, so you can paste it to the Chat GPT ⭐️

De-Anonymization

Input anonymized data: Place anonymized data in the “Data” column in the table.
De-Anonymize: Click “Reveal the Data”. Anonymized elements will revert to original forms as specified in the table.
The de-anonymized data will be copied to your clipboard ⭐️

Words to Replace
0
Word
Replace With
1
Instagram
<<ProductA>>
2
Meta Platforms
<<CorporationI>>
3
Facebook, Inc.
<<CorporationII>>
4
April 9, 2012
<<secretDate>>
5
1 billion
300 millions
6
xoeHekjsDWGG22SExvCJq0t
<<Token>>
7
78903999985424200386
<<orgID>>
8
1000229096619080102
<<teamID>>
There are no rows in this table

Playground
0
Data
Anonymize Data
Deanonymize Data
1
const axios = require('axios'); axios.defaults.headers.common['Authorization'] = 'Bearer <<Token>>'; console.log("On <<secretDate>>, <<CorporationII>> (now <<CorporationI>>) bought <<ProductA>> for $300 millions in cash and stock, with a plan to keep the company independently managed."); axios.get('https://api.figma.com/v1/teams/<<teamID>>/components?after=0') .then(response => { console.log(response.data); }) .catch(error => { console.error(error); });
Hide the Data
Reveal the Data
There are no rows in this table

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.