2 METHODS · 4 LANGUAGES · 8 VIDEOS

Deanonymization Demos

Reverse encrypted anonymization to restore original PII values. Works from processing history or by dropping anonymized files.

All Demos Read the Docs

Deanonymize from History

Select a previous anonymization from processing history and reverse it. The stored encryption key is used to decrypt all anonymized tokens back to their original values.

Deanonymize from processing history to restore original PII values in English
Deanonymize from History
Restore0:31
Deanonymisierung aus dem Verarbeitungsverlauf auf Deutsch
Deanonymisierung aus Verlauf
Restore0:31
Desanonimización desde el historial de procesamiento en español
Desanonimización desde Historial
Restore0:31
Désanonymisation depuis l'historique de traitement en français
Désanonymisation depuis l'Historique
Restore0:31

Deanonymize from File

Drop an anonymized document to reverse the anonymization. The application detects encrypted tokens in the file and restores the original PII values using the matching key.

Deanonymize by dropping an anonymized file to restore original content in English
Deanonymize from File
Restore0:36
Deanonymisierung durch Ablegen einer anonymisierten Datei auf Deutsch
Deanonymisierung aus Datei
Restore0:36
Desanonimización desde un archivo anonimizado en español
Desanonimización desde Archivo
Restore0:36
Désanonymisation depuis un fichier anonymisé en français
Désanonymisation depuis un Fichier
Restore0:36

Step-by-Step Process Descriptions

Deanonymize from History — Step-by-step guide
  1. Click "Deanonymize" in the header bar. The panel shows three tabs: File Drop, Text Input, and From History.
  2. Switch to the "From History" tab. Previously anonymized entries are listed with metadata: filename, format, entity count, preset, and key icon indicating encryption was used. Click to select an entry.
  3. The encrypted text is pre-loaded with tokens like <PERSON_ENC:a1b2c3...>. The encryption key selector shows available keys. A green "History entry matched" banner confirms entities loaded.
  4. Click "Deanonymize" to decrypt each encrypted token using the matched encryption key.
  5. View the restored original text with all PII values decrypted back to their original form. Copy and Download buttons are available.
Deanonymize from File — Step-by-step guide
  1. Open the File Drop tab in the Deanonymize panel. The dropzone accepts anonymized documents (PDF, DOCX, TXT, CSV, JSON, XML, XLSX up to 50 MB).
  2. Drop an anonymized file. The encrypted text is extracted and displayed with tokens visible.
  3. The app automatically searches processing history and finds a matching entry. A green "History entry matched" banner appears with entity count and the correct encryption key loaded.
  4. Confirm key selection. The matched history indicator is visible. Click "Deanonymize".
  5. All encrypted tokens are decrypted. The fully restored text displays all original PII values. Copy and Download buttons are available.

See Also