Why this tool is useful
Use anonymization before sharing diagnostic samples when full host identifiers are unnecessary; choose stricter prefixes when a dataset could still be identifying in context.
Mask IPv4 and IPv6 host bits with independent prefixes to prepare lower-risk logs, examples and support snippets entirely in the browser.
Ready. Your working data stays in this browser.
Use anonymization before sharing diagnostic samples when full host identifiers are unnecessary; choose stricter prefixes when a dataset could still be identifying in context.
Each strict address becomes an unsigned integer, all bits after the selected prefix are cleared, and the output includes the retained CIDR length so the transformation is auditable.
With /24 and /64 settings, 203.0.113.77 becomes 203.0.113.0/24 and 2001:db8:abcd:1234:5678::9 becomes 2001:db8:abcd:1234::/64.
The calculation is deterministic and explains validation errors instead of silently changing invalid input.
Input and output remain in this tab. Copy and download happen through browser APIs without a server upload.
Every run reports its tool mode, timestamp and input/output size so transformed data can be audited.