Turns your raw fraud CSV into API-ready hashed JSON — entirely inside this page. Nothing is uploaded, stored, or transmitted: a strict Content-Security-Policy blocks all network access (prove it: turn Wi-Fi off, it still works). Close the tab and everything is gone.
The pepper is what makes your hashes match the rest of the network. It is delivered to your organisation once, out of band — never email it, never commit it. Local testing against a dev stack uses that stack's dev pepper.
Masenu Edge Hasher v1 · single file · auditable in one read · HMAC-SHA256 via your browser's
built-in WebCrypto · matches scripts/hash_batch.py byte-for-byte