Tool Hub

哈希生成器

WebCrypto 4 种哈希同时生成

SHA-1
已弃用 — 容易冲突
SHA-256
SHA-384
SHA-512

使用方法

  1. Type or paste the text you want to hash.
  2. The SHA-1, SHA-256, SHA-384, and SHA-512 digests are computed at once using the browser's WebCrypto API.
  3. Copy any digest with one click to compare against a published checksum.
  4. All hashing runs locally; your input is never uploaded.

示例

  • Hashing the text hello produces SHA-256 2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824 and SHA-1 aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d at the same time.
  • Use the SHA-256 output to verify a downloaded file matches the checksum published by its author.

生产环境使用前请验证输出。无担保 — 参见 条款.