哈希生成器
生成 SHA-1、SHA-256 和 SHA-512 哈希
🔒 100% client-side — your data never leaves this page输入
🔒 100% client-side · Web Crypto API
输出
Hashes will appear here
About this tool
使用浏览器内置的 Web Crypto API 在本地计算 SHA-1、SHA-256 和 SHA-512 哈希值,数据不会发送到任何服务器。
Frequently Asked Questions
What is the difference between SHA-1, SHA-256, and SHA-512?
SHA-1 produces a 160-bit hash and is considered weak for security use. SHA-256 and SHA-512 are part of the SHA-2 family and are widely used in TLS and code signing.
Is my input data safe?
Yes. All hashing is performed in your browser using the Web Crypto API. Your input never leaves your device.
Can I reverse a hash back to the original text?
No. SHA hashes are one-way functions. It is computationally infeasible to reverse a SHA-256 or SHA-512 hash.