Generate MD5, SHA-1, SHA-256 and SHA-512 hashes of any text — computed in your browser, so nothing you paste is uploaded.
A hash turns any input into a fixed-length fingerprint. The same input always produces the same hash, and any change — a single character, a single bit — produces a completely different one. You cannot work backwards from the hash to the input.
That makes hashes useful for checking that something has not changed: compare the hash of a file you downloaded against the one the publisher listed, and if they match, the bytes match.
Encryption is reversible with a key; hashing is not reversible at all. If you need to get the original back, you want encryption, not this.
And hashing a password by itself is not password storage. Real password storage uses a slow, salted algorithm such as bcrypt or Argon2, specifically so that guessing is expensive. A plain SHA-256 of a password can be brute-forced at enormous speed.
Pick a date & time — we'll call you
Free consultation · No commitment · Responds within 2 hours