Hash Generator
Generate MD5, SHA-1, SHA-256, SHA-384 and SHA-512 hashes with Unicode support
Input Text
0 charactersOutput (SHA-256)
64 charactersAlgorithm
Introduction
Online hash calculator. Supports MD5, SHA-1, SHA-256, SHA-512, and more hash algorithms. Ideal for file verification, password generation, and data fingerprinting.
Usage
- 1在输入框中输入要计算哈希的文本。
- 2选择哈希算法(MD5 / SHA-1 / SHA-256 / SHA-384 / SHA-512)。
- 3点击「计算」按钮,结果实时显示。
- 4支持一键复制结果。
Tips
- MD5 已不推荐用于安全场景,建议使用 SHA-256 及以上
- 相同输入一定产生相同输出,适合做校验
- 如果需要文件哈希,先将文件转为 Base64 再计算