About Hash Generator
Also works as a check: paste a hash alongside text and confirm whether the two match, which is how a download or a stored credential is normally verified. Hashing only goes one way, so a digest cannot be turned back into its input.
Compute SHA-1, SHA-256, SHA-384 or SHA-512 digests of any text, or verify whether some text matches an existing hash. Cryptographic hashes turn input into a fixed-length fingerprint and are used for checksums, data integrity and verifying downloads.
Paste an input to get its digest instantly, or compare two hashes to confirm a match. SHA-1 is offered because older systems still emit it, but it is broken for security purposes and belongs only in checks against legacy data.