About This Project

The SRI Generator is a privacy-focused, offline-first tool designed to help developers secure their web applications using Subresource Integrity (SRI) without the headache of CORS errors or command-line utilities.

"Secure Subresource Integrity Hashes. Offline & Local."

How It Works

Unlike many online hash generators that upload your files to a remote server to be processed, this tool runs entirely in your browser. It leverages the modern crypto.subtle Web API to calculate SHA-256, SHA-384, and SHA-512 hashes directly on your machine.

Usage Instructions

  1. Select your desired hashing algorithm (SHA-384 is recommended for most use cases).
  2. Drag and drop your .js or .css file into the drop zone, or click to upload.
  3. The tool instantly generates the hash and provides a ready-to-copy HTML tag.
  4. Copy the Integrity attribute or the full tag into your project.

Technical Details

This project is built with a commitment to simplicity and standards:


Project Metadata

Humans.txt Summary

This project was created and is maintained by Ableproman.

  • Domain: ableproman.hu
  • Location: Hungary
  • Stack: HTML5, CSS3, ES6+
  • Philosophy: Made with <3 and no dependencies.

Legal & Copyright

Copyright © 2025 Ableproman.

The SRI Generator tool is provided "as is", without warranty of any kind. You are free to use the generated hashes for both personal and commercial projects without attribution.

For the full legal text, please refer to legal.txt in the root directory.