首页 工具
#

Hash 生成器

生成MD5/SHA等哈希值

Frequently Asked Questions

Which hash algorithms are supported?

The tool supports MD5, SHA-1, SHA-256, SHA-384, and SHA-512. All computations use the browser's native Web Crypto API for accuracy.

Can I hash files?

Yes, you can hash both text strings and files. For files, the tool reads the content and computes the hash entirely in the browser.

Is MD5 still secure?

MD5 is not recommended for security purposes (passwords, certificates) due to known vulnerabilities. Use SHA-256 or SHA-512 for security-critical applications.