MD5 Hash Generator
Input Text
MD5 hash is generated automatically as you type.
MD5-16 bit lowercase
MD5-16 bit uppercase
MD5-32 bit lowercase
MD5-32 bit uppercase
How to Use
- Enter the text you want to hash in the input area above.
- You can select different character encodings (default is UTF-8).
- After typing, the 16-bit and 32-bit MD5 hashes (both lowercase and uppercase) will be automatically displayed below.
- Click the "Example" button in the top-right of the input area to quickly fill in some sample text.
- Each result box has a "Copy" button in its top-right corner for your convenience.
- Click the "Clear" button to clear the input field and all results.
About MD5
- MD5 (Message-Digest Algorithm 5) is a widely used cryptographic hash function that produces a 128-bit (16-byte) hash value.
- 32-bit MD5 is the 128-bit binary data represented in hexadecimal (4 bits binary per hexadecimal digit).
- 16-bit MD5 is the middle 16 characters from the 32-bit MD5 value.
- MD5 is primarily used to verify data integrity. However, due to potential collision attacks, it is not recommended for high-security applications.