生成MD5/SHA等哈希值
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.
Yes, you can hash both text strings and files. For files, the tool reads the content and computes the hash entirely in the browser.
MD5 is not recommended for security purposes (passwords, certificates) due to known vulnerabilities. Use SHA-256 or SHA-512 for security-critical applications.