Hash Generator

API sắp ra mắt

Compute MD5, SHA-1, SHA-256, SHA-384, and SHA-512 hashes in your browser. No upload.

Hash Generator

MD5 · 128 bit
SHA-1 · 160 bit
SHA-256 · 256 bit
SHA-384 · 384 bit
SHA-512 · 512 bit

Phiên bản API sắp ra mắt

Nhận thông báo khi API của Hash Generator có sẵn.

Giới thiệu

A cryptographic hash turns any input into a fixed-length fingerprint. The same input always produces the same hash; even a one-character change produces a wildly different output. Hashes are used for file integrity checks, content addressing, signature schemes, and password storage (with the right algorithm).

This tool computes MD5, SHA-1, SHA-256, SHA-384, and SHA-512 in your browser using the Web Crypto API. Pick the algorithms you want, paste the input, and the digests appear instantly. For very large inputs, computation is asynchronous and the UI stays responsive.

Important: MD5 and SHA-1 are cryptographically broken — they should not be used for security purposes (signatures, password storage, integrity). They are still common for legacy checksums, deduplication, and content addressing, which is why we expose them. For new cryptographic work, use SHA-256 or stronger.

Câu hỏi thường gặp

Có thể bạn cũng thích