哈希生成器
从文本生成MD5、SHA-1、SHA-256、SHA-512哈希。
How to Use
- 1
Type or paste the text you want to hash into the input field.
- 2
View MD5, SHA-1, SHA-256, and SHA-512 hashes generated instantly.
- 3
Click any copy button to copy the specific hash you need.
Features
Four Hash Algorithms
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes simultaneously from a single input.
Web Crypto API
SHA hashes use the browser's native Web Crypto API for fast, secure computation.
Real-Time Hashing
Hashes update instantly as you type, so you always see the current result.
100% Local
All hashing is performed in your browser. Your text never leaves your device.
FAQ
该用哪种算法?
SHA-256推荐用于大多数场景。MD5和SHA-1安全性较弱但适合校验和。
在本地处理吗?
是的,SHA使用Web Crypto API,MD5使用本地实现。不离开浏览器。