Common uses
- Compare checksums for text or configuration values.
- Create deterministic identifiers for test data.
- Learn how different SHA algorithms produce fixed-length digests.
Create a hexadecimal SHA digest from text locally.
Result
How it works
Enter the text to hash.
Choose a SHA algorithm.
Generate, copy or download the hexadecimal digest.
About this tool
The hash generator converts text to UTF-8 and calculates a SHA digest using the Web Crypto API. Results are returned as lowercase hexadecimal values, and the source text remains inside the browser.
Good to know
Clear answers about privacy, quality and how this tool works.