Is a hash encryption?
No. A hash is a one-way value and cannot be decrypted back into the original text.
Generate and verify SHA checksums for text or files with live text hashing and downloadable results.
Workspace
Hash source
Calculated digest
Hashes are one-way values, not encryption. Even a one-byte or line-ending difference produces a different result. Use a dedicated password-hashing system—not a general SHA digest—for stored passwords.
No. A hash is a one-way value and cannot be decrypted back into the original text.
Not by itself. Password storage requires a dedicated password-hashing function with a salt and appropriate cost settings.
Hashes use the exact underlying bytes. Different line endings, text encodings, invisible characters, or trailing spaces can produce a different result. The text mode reports its UTF-8 byte count and can normalize line endings when needed.
Choose the same algorithm used by the publisher, hash the file, and paste the published checksum into the comparison field. A match confirms that both calculated values are identical.
Yes. The comparison accepts uppercase or lowercase hexadecimal, surrounding whitespace, spaces within the digest, and an optional SHA algorithm prefix.