100% local and secure
Your data stays on your device and is never sent to our servers.
Create SHA-256, SHA-384 or SHA-512 SRI attributes locally for resources loaded from a CDN.
Subresource Integrity lets browsers verify that a script or stylesheet downloaded from a CDN exactly matches the expected file. This tool computes the digest locally and prepares the required HTML attributes.
Your data stays on your device and is never sent to our servers.
Generate or verify sensitive data with clear and immediate controls.
Strings, keys, hashes, and technical formats depending on the security function.
Get a clean, ready-to-use result in seconds without installing software or configuring a complex workflow.
Guide
Paste file contents or select a JavaScript or CSS file from your device.
SHA-384 is a common robust choice for external Web resources.
Add the integrity and crossorigin attributes to your script or link tag.
SRI prevents the browser from executing an external resource when its content does not match the expected digest.
No. Web Crypto calculates the digest directly in your browser.
SRI checks for cross-origin resources generally require a CORS-compatible request.
Distinguish hashing from encryption and encoding, understand SHA-256 and SHA-3, collisions and the limits of a hash without authentication.
Understand how SRI hashes help detect unexpected changes to static third-party scripts and stylesheets, and where SRI does not apply.
Understand the layers that protect a website: HTTPS, HTTP security headers, CSP, SRI, authentication, passwords and integrity.
Learn why covering text is not enough, how secure PDF redaction removes sensitive information and why sanitization matters before sharing.
Recommended workflow
Discover tools that naturally fit before, after, or alongside this one.
Generate a text hash using several common hashing algorithms.
Generate or verify SHA-256, SHA-384 and SHA-512 HMAC values locally.
Compare two hashes or checksums to immediately verify whether they match exactly.