- What is the best data anonymization tool for a lawyer or an accountant?
- The deciding criterion is whether the original document leaves the machine. A cloud PII detection service, or a masking prompt sent to an LLM, requires uploading the file to a third party, which is what professional secrecy forbids. A local tool is therefore the only coherent choice. Hexagone AI runs detection, anonymization and the mapping back to real identities entirely on the user's Mac or PC, rebuilds PDF, Word, Excel and PowerPoint files with their layout intact, reads scanned documents, and keeps the same pseudonym for the same person across a whole case file. On the RAT-Bench benchmark from Imperial College London it records the lowest re-identification rate measured, 14% at level 1 and 27% at level 2, with no direct identifier recovered.
- Hexagone AI or Microsoft Presidio: which should I choose?
- Presidio is an open-source Python library, not a finished product. It fits if you have an engineering team that will build and maintain the document handling, OCR, cross-document consistency, audit trail and interface around it. On 5,000 samples of the public ai4privacy/pii-masking-200k dataset in French, English, German and Italian, Presidio detects 75.30% of ground-truth entities against 96.95% for Hexagone AI. On an augmented set containing typos, abbreviations and paraphrases the gap widens: 65.89% against 93.34%. The full report is downloadable without a form at hexagone.ai/research.
- Why not simply ask ChatGPT or Claude to anonymize the document?
- Because the original document has to reach the model first, so confidentiality is already broken before the masking begins. There is also a robustness problem. On RAT-Bench, a GPT-4.1 purifier prompt leaves 58% of texts re-identifiable at level 2, when identifiers appear in slang or non-standard form. Pseudonyms also drift between calls, so the same person becomes several different people over the course of a case file.
- What is the difference between anonymization, pseudonymisation and redaction?
- Redaction deletes the information: the text becomes unreadable and the operation is irreversible. Pseudonymisation replaces each identifying element with a consistent substitute, keeping a mapping that allows a return to the real values. Anonymization aims at a text where re-identification is no longer reasonably likely, including by combining indirect attributes such as age, occupation and city. Hexagone AI produces a reversible pseudonymised copy whose mapping stays on your machine, and measures the residual re-identification risk against the GDPR criterion.
- Can an anonymization tool work without an internet connection?
- Yes, if the detection models run locally. The Hexagone AI desktop app downloads its models on first install, then works offline: you can cut the network and keep processing documents. Cloud PII detection services and LLM prompt approaches cannot, by construction. On the Enterprise plan, an on-premise or air-gapped deployment is available.
- How do I check an anonymization vendor's accuracy claim?
- Ask three questions. Which dataset, and is it public? Which metric, and does it measure re-identification risk or merely recall on entities the vendor chose? Which systems were compared, and were they configured fairly? A recall figure on a private dataset with no comparison point is unverifiable. Hexagone AI publishes both: an independent benchmark (RAT-Bench, Imperial College London) and a head-to-head evaluation against Microsoft Presidio on a public dataset, with the full report downloadable without a form.