OpenChainGraph Suite · ART-193 · Client-Side Conversions
Metadata Sanitization Prover
Drop a JPEG or PNG in the browser. This node lists the EXIF, GPS, XMP, IPTC, and comment metadata found, splices those segments out at the byte level with no re-encode, hashes the original and the cleaned bytes, and proves zero metadata segments remain. Feeds the conversion receipt builder. Zero network.
🔒 All inputs are processed locally in your browser. No data is transmitted. Do not enter real personal data — use synthetic or anonymised inputs only.
Scope
A privacy-preserving sanitization prover for the Client-Side Conversions cluster. JPEG and PNG are parsed and cleaned entirely in-page (byte-level marker or chunk splicing, pixel data untouched). PDF and DOCX are not parsed; use manual-entry mode to record findings. Output feeds the conversion receipt builder (art-191). Verdict: sanitized (all metadata removed), partially_sanitized (some retained), or not_verifiable (PDF/DOCX).
PII care by design
Metadata values that may themselves be personal data (GPS coordinates, author names, device serials) are shown here locally for your review only. The exported record and the kernel input carry only field NAMES, CATEGORIES, and ACTIONS, never the values.
Drop a JPEG or PNG
Drop an image here, or click to choose a file
JPEG (.jpg .jpeg) and PNG (.png) are parsed and cleaned in-page. Nothing leaves your browser.
Manual entry (PDF / DOCX / other)
PDF and DOCX are not parsed client-side. Paste findings as a JSON array of {"field","category","action"} objects. Categories: gps, author, device, timestamp, software, comment, other. Actions: removed, redacted, retained.