demo · v135
Sign a script. Verify in the browser.
Chrome 135 ships signature-based Subresource Integrity. The demo generates an Ed25519 keypair, signs a script blob, builds the <script integrity="ed25519-…"> markup, then runs WebCrypto verification — flipping a byte to show the failure path.
Ed25519 in WebCrypto: ?
1. signature (base64)
—
2. generated tag
—
3. verification result
—see also
- Signature SRI — feature index
- ChromeStatus entry
- Signature SRI spec