Generate SHA-256 of a String
SHA-256 is the modern standard for hashing, used in git commits, blockchain, and integrity checks.
Input
BuildUtilities
Output
9a8b...
How it works
SHA-256 always produces a 64-character hex string. Same input = same output, every time.
Try it yourself
Open the full Hash Generator to run this example on your own data.
Open Hash Generator