Hash Generator哈希生成器
Generate SHA hashes for text locally with the browser crypto API.使用浏览器加密 API 在本地为文本生成 SHA 哈希。
Your files are processed entirely in your browser. Nothing is uploaded to any server.所有文件均在浏览器本地处理,不会上传到服务器。
About this tool工具说明
Generate SHA hashes for text locally with the browser crypto API. Works directly in your browser - no software to install, no account required, completely free.使用浏览器加密 API 在本地为文本生成 SHA 哈希。
FAQ常见问题
Which algorithms are supported?
SHA-1, SHA-256, SHA-384 and SHA-512 are supported by the browser crypto API.
Is my text uploaded?
No. Hashing runs entirely in your browser.
Can I copy hex or Base64 output?
Yes. Choose the output format before generating the digest.
支持哪些算法?
支持浏览器加密 API 提供的 SHA-1、SHA-256、SHA-384 和 SHA-512。
文本会上传吗?
不会,哈希计算完全在浏览器本地完成。
可以复制十六进制或 Base64 结果吗?
可以,生成前选择输出格式即可。
Related tools相关工具