Live GDPR demo

See exactly what the AI does and does not see.

Follow the message step by step: first the input, then the tokenization, next the secured text going to the AI model and finally the readable answer.

Privacy filter, live

Personal data is tokenized before a model sees the text, and restored again once the answer returns.

  1. Received
  2. Tokenized
  3. AI processing
  4. Restored
  5. Completed
01

Input

text from the employee

Detected personal data

Run the filter to see which data gets replaced.

02

Tokenized version

sent to the model

No tokenization performed yet.

03

What the model receives

literal payload

Nothing sent yet.

Personal data never leaves the environment; the model only ever sees tokens.

04

Answer restored

readable for the employee

The answer is made readable again after processing.

Fail-closed: without tokenization no text reaches the modelready