Online MD5 Encryptor
MD5加密哈希摘要算法32位
Client-side MD5 hashing per RFC 1321. Instantly produce 32-bit uppercase, lowercase and 16-bit digests for any text including Chinese, with one-click copy, fully local.
输入
结果
Results will appear here after clicking MD5 Encrypt
All processing is done locally in your browser, no upload
How to Use
- Paste any valid JSON, supports nesting, arrays and escapes
- Click Beautify to auto indent and format
- Click Minify to remove whitespace into one line
- All operations run locally for privacy
Related Tools
FAQ
Is MD5 encryption?
MD5 is a hash (digest) algorithm, not encryption, and is irreversible. It is used for integrity checks; due to collision risks it is not recommended for password storage.
Difference between 32-bit and 16-bit MD5?
The 16-bit result is the middle 16 characters of the 32-bit digest (dropping 8 from each end), common in legacy systems; both come from the same computation.
Will my data be uploaded?
No, all hashing runs locally in your browser.