Product · Free Live

Fingerprint

Every piece of text has a unique fingerprint. Paste anything to generate its hash across the common algorithms at once — MD5, SHA-1, SHA-256, SHA-384, SHA-512. Runs entirely in your browser; nothing is sent anywhere.

01 Input
Characters: 0 Bytes (UTF-8): 0
About these hashes. SHA-1, SHA-256, SHA-384, and SHA-512 are computed with the browser's built-in Web Crypto API. MD5 uses a standard JavaScript implementation (the Web Crypto API doesn't include it). Hashes are one-way fingerprints of your input — useful for checksums and integrity checks. MD5 and SHA-1 are broken for security purposes (collisions are feasible); use SHA-256 or stronger when security matters.