gg
HomeDev & Data › SHA-256
Dev & Data

SHA-256

Compute the SHA-256 hash of any text, returned as 64 hex characters. Useful for checksums, fingerprints and cache keys.

Try it now

Worked example

cbd3cfb9b9f51bbbfbf08759e243f5b3519cbf6ecc219ee95fe7c667e32c0a8d

Learn the method

Frequently asked

Is SHA-256 reversible?

No — it's a one-way hash; you can't recover the input from it.

Same input, same hash?

Always. SHA-256 is deterministic.

Related Dev & Data tools