Encoders & Crypto
Hash Generator (SHA-1/256/384/512)
Gratis hash-generator. Bereken SHA-1, SHA-256, SHA-384 en SHA-512 hashes voor elke tekst. Gebruikt Web Crypto API — uw invoer verlaat nooit uw browser.
Redactionele opmerking
Understanding · A one-way fingerprint.
Dit uitgebreide hoofdstuk is momenteel alleen in het Engels beschikbaar. De conversietool hierboven werkt in jouw taal; de lange uitleg is nog niet vertaald.
Veelgestelde vragen
Quick answers.
›Which hash algorithms are supported?
SHA-1, SHA-256, SHA-384 and SHA-512 via the Web Crypto API. MD5 is intentionally omitted — it's broken for security use.
›Is my input sent anywhere?
No. Hashing runs in your browser using the native Web Crypto API.
›Why no MD5?
MD5 has been cryptographically broken since 2004 — collisions can be generated trivially. Use SHA-256 or stronger.
›What about SHA-3?
SHA-3 isn't available in the Web Crypto API yet. SHA-256 is still the standard recommendation for new projects.
›Are hashes reversible?
No — that's the point. Hashes are one-way. To 'crack' a hash you'd need to brute-force the input, which is infeasible for strong inputs.
›Is the generator free?
Yes — fully free, no signup.
Mensen zoeken ook naar
Gerelateerde artikelen
Uit de blog.(3)
Use with
What people reach for next.
Gerelateerde tools
More in this room.
- HMAC GeneratorHMAC-SHA1/256/384/512 met elk geheim.
- Bestand Hash CalculatorSHA-256, SHA-1 en MD5 van elk bestand — in uw browser.
- Base64 Coderen / DecoderenCodeer en decodeer Base64 — Unicode-veilig.
- JWT DecoderDecodeer en inspecteer JWT tokens — lokaal, wordt nooit gelogd.
- URL Coderen / DecoderenPercent-codeer en decodeer URL's veilig.
- HTML Entiteiten Coderen / DecoderenOntsnap of herstel HTML speciale tekens.