← Hashito System Home 日本語 Tools Blog Posters
Input
How to use: Enter text to see the SHA-1 / SHA-256 / SHA-384 / SHA-512 hash values in lowercase hexadecimal. Use the "Copy" button on each row to copy a value.
Note: SHA-1 has known collisions and is deprecated for security uses such as signatures and certificates. Use SHA-256 or stronger for tamper detection and anything password-related.
Hash values (lowercase hex)
  • SHA-1 ⚠ use with caution
  • SHA-256
  • SHA-384
  • SHA-512
📖 We also offer free learning posters that illustrate how cryptography and data work. Take a look at the learning posters list as well.

Frequently Asked Questions (FAQ)

What is a hash (hash value)?

A hash value is like a fingerprint that converts data of any length into a fixed-length value. The same input always produces the same hash, and even a tiny change in the input changes the value dramatically. Hashes are used for tamper detection, password storage, and verifying that data matches. For example, SHA-256 produces a fixed length of 256 bits (64 hexadecimal characters).

Is SHA-1 secure?

SHA-1 can no longer be considered secure. A practical collision (an attack that produces the same hash from different inputs) was published in 2017, so it is deprecated for security uses such as signatures and certificates. For anything other than compatibility checks, we recommend using SHA-256 or stronger.

Can I use MD5?

This tool does not support MD5, because the browser's built-in Web Crypto API (crypto.subtle.digest) does not support it. MD5 also has established collision attacks and should not be used for security purposes. This tool provides SHA-1, SHA-256, SHA-384, and SHA-512.

📖 Free learning posters for students →