https://negura.IMAGE.store/

See how XOR decomposition works in real-time

Drop an image here or click to select

Image will be processed entirely in your browser

Embedding on Other Sites

Once you've uploaded an image, you can embed it on any website using the negura:// protocol. The loader script handles fetching and reconstructing the image automatically.
<!-- Include the loader script --> <script src="https://negura.store/loader.js"></script> <!-- Use negura:// protocol in image tags --> <img src="negura://800,600.abc123...,10,20.def456...,0,0.789ghi..." alt="...">
How it works: The loader script detects negura:// image sources, fetches the three layer blobs, applies the XOR operation in the browser, and displays the result. The original image is never transmitted or stored in complete form.