Hash Generator
Generate hashes for text and files
Enter text or choose a file to generate SHA hashes with browser Web Crypto. Content is processed locally and is not uploaded.
Results
Common uses
Hashes are useful for file verification, cache keys, integrity checks, and comparing content without sharing the original text or file.
Hash generator FAQ
Does this support MD5?
No. Browser Web Crypto does not provide MD5. This tool uses SHA algorithms available in modern browsers.
Are files uploaded?
No. Files are read locally by browser JavaScript.