Forensic watermarking SDK
Make leaks
attributable.
A single script tag that watermarks screenshots and copy/paste. Deterrence + attribution, not DRM.
integration.html
<script src="/watermark.js"></script>
<script>
Watermark.init({
appId: "app_123",
token: "your-signed-token",
screenshot: true,
copy: true
})
</script>Screenshots
Invisible canvas overlay encodes session identity into every capture.
Copy/Paste
Clipboard interception adds attributable tokens to copied text and HTML.
Detection
Resolve leaked content back to a user, session, and timestamp.