← Back to File Converter

Hash Generator

Generate secure hashes for text or files. Everything is processed locally in your browser using the Web Crypto API (and a pure-JS MD5 for completeness).

Hash Text

SHA variants use the browser's native crypto.subtle.digest. MD5 is provided for legacy compatibility. Hashes are one-way and useful for checksums, integrity verification, and deduplication.