Privacy-first AI infrastructure.

PII redaction, explained

Last updated Aug 19, 2026

Frequently asked questions

What is the difference between PII redaction and PII masking?

Redaction traditionally means removing the sensitive text for good, like the black bars on a released document. Masking replaces it with a stand-in that can be swapped back later. For AI use, reversible masking is usually what you want, because the model's reply is only useful once the real details are restored.

Can ChatGPT or Claude see my data if I redact it first?

If the masking happens on your device before the text is sent, the AI provider only ever receives the masked version. What matters is where the masking runs: a cloud-based redaction service sees your raw text itself, which moves the exposure rather than removing it.

Is removing names from text enough to anonymise it?

Usually not. A person can often be identified from what remains: a date of birth, a job title and a town can be enough. Effective redaction covers identifiers beyond names, including numbers, dates, addresses and contextual details, which is why detection breadth and quality are worth checking.

Does PII redaction work in languages other than English?

Only if the tool was built and tested for them. Identifier formats differ by country: a Spanish NIF, a UK National Insurance number and a German tax ID look nothing alike. A tool should say which languages and countries it detects, and ideally publish measured results per language.

How do I verify that a redaction tool is really local?

Disconnect the network and try it. A tool that still masks text with no connection is doing the work on your device. A connection monitor pointed at the process gives the same answer with more detail. Both checks observe the software directly, which is stronger evidence than any policy page.