Hash Generator
Fingerprint text or files with MD5, SHA-1, SHA-256, SHA-512 and CRC32 live in your browser — verify checksums and stamp salted bcrypt hashes.

Every digest is computed live in your browser — your text or file never leaves this page. Only bcrypt is stamped on the server.

Input
Drop a file to hash it Any file type, up to 200 MB — read locally, never uploaded.
waiting for input
Fingerprints
MD5 128-bit legacy Match
········
SHA-1 160-bit legacy Match
········
SHA-256 256-bit Match
········
SHA-512 512-bit Match
········
CRC32 32-bit Match
········
bcrypt server-side

Salted password hash, stamped on the server with PHP's password_hash() — a fresh salt makes every stamp unique.

Verify bcrypt hashes with password_verify(), never by comparing strings.



Popular searches
hash generator md5 hash sha256 generator sha512 hash online checksum calculator bcrypt hash generator

Add this free tool to your own website — copy and paste the code below.