Data redactor
Mask e-mails, phone numbers, IBANs, birth numbers, IPs and card numbers in one pass.
Related tools
Data redactor
Before a support thread goes into a ticket, a log lands in a bug report or a transcript reaches a third party, the personal data in it has to go. Doing that by hand means reading every line twice and still missing one phone number. Paste the text here and six kinds of sensitive data are masked in one pass: e-mail addresses, phone numbers, IBANs, Slovak and Czech birth numbers, IPv4 addresses and payment card numbers.
The detection is engineered against false alarms. IBANs must pass the real mod-97 checksum, card numbers must pass Luhn — a random sixteen-digit order ID stays untouched. Phone matching requires nine to fifteen digits, so dates, times and short codes survive. Birth numbers must have a plausible date part. And the priorities are ordered so an IBAN's digits are never half-eaten by the phone heuristic. The tally reports what was found, broken down by type, so you can see at a glance whether the document is clean.
The replacement text is yours to choose: the default [REDACTED], a run of ***, block characters, or a GDPR-flavored label. Each toggle controls one entity type, so you can strip e-mails from a mailing list export while keeping the IPs a network engineer needs.
The deepest point is the obvious one: an anonymization tool that uploads your text somewhere would defeat itself. This one runs entirely in your browser — the sensitive data being removed never leaves your device.