Free browser tool
Hash Generator
Generate SHA hashes for text or local files with the browser Web Crypto API.
Last updated:
Hash generator
Generate SHA hashes for text or a local file with the Web Crypto API.
Free SHA hash generator
Use hashes to compare file integrity, verify copied text, or create checksums without uploading your input.
Tool description
Generate SHA hashes for text or local files with the browser Web Crypto API. Supported algorithms include SHA-1, SHA-256, SHA-384, and SHA-512.
Common uses
- Create checksums for local files.
- Compare whether copied text or files changed.
- Generate SHA hashes without uploading files.
How to use Hash Generator
- 1. Choose a hash algorithm.
- 2. Enter text or choose a local file.
- 3. Generate and copy the hexadecimal hash.
FAQs
Are files uploaded to generate hashes?
No. File hashing uses the browser Web Crypto API on your device.
Which hash should I choose?
SHA-256 is a good default for modern checksums. SHA-1 is included for compatibility checks only.
Is a hash the same as encryption?
No. Hashing creates a one-way digest and cannot be reversed to recover the original input.