MD5 Hash of "world"
MD5 Hash
7d793037a0760186574b0282f2f435e7 Hash Any Text
All Hashes of "world"
| Algorithm | Hash |
|---|---|
| MD5 | 7d793037a0760186574b0282f2f435e7 |
| SHA-1 | 7c211433f02071597741e6ff5a8ea34789abbf43 |
| SHA-256 | 486ea46224d1bb4fb680f34f7c9ad96a8f24ec88be73ea8e5a6c65260e9cb8a7 |
| SHA-512 | 11853df40f4b2b919d3815f64792e58d08663767a494bcbb38c0b2389d9140bbb170281b4a847be7757bde12c9cd0054ce3652d0ad3a1a0c92babb69798246ee |
About MD5
MD5 produces a 128-bit digest, written as 32 hexadecimal characters. The same input always produces the same hash, while even a one-character change yields a completely different output. This page's hash is exactly 32 characters long, as expected for MD5.
Security: MD5 is cryptographically broken — practical collisions have been demonstrated since 2004. It is fine for non-security checksums and deduplication, but should never be used for passwords, signatures, or any security-sensitive purpose. It is most appropriate for file checksums and non-security deduplication.
Can this hash be reversed?
Hashing is one-way — you cannot mathematically reverse a MD5 hash to recover its input. However, precomputed (rainbow) tables can simply look up the hashes of common inputs, so a common dictionary word like "world" should never be used as a password. Strong passwords are long, random, and salted before hashing.