Tool Hub

Hash Generator

使用 SHA-1、SHA-256、SHA-384 或 SHA-512 从文本计算十六进制摘要 (WebCrypto)

使用浏览器内置的 WebCrypto API 计算任何文本的十六进制摘要。数据不会离开您的浏览器。

Hash (hex)

使用方法

  1. Type or paste any text into the input area.
  2. 选择
  3. Copy the hexadecimal digest from the output field.
  4. All computation runs in your browser via the WebCrypto API — nothing is stored or sent anywhere.

示例

  • Hashing "hello" with SHA-256 produces 2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824.
  • Switching to SHA-512 for the same input produces a 128-character hex digest, twice as long.

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