Codificatori e Crittografia
Generatore di Hash (SHA-1/256/384/512)
Generatore di hash gratuito. Calcola hash SHA-1, SHA-256, SHA-384 e SHA-512 per qualsiasi testo. Utilizza l'API Web Crypto — il tuo input non lascia mai il tuo browser.
Nota dell'editore
Understanding · A one-way fingerprint.
Questo capitolo approfondito è attualmente disponibile solo in inglese. Lo strumento di conversione qui sopra funziona nella tua lingua; il lungo articolo esplicativo non è stato ancora tradotto.
Domande frequenti
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.
Le persone cercano anche
Letture correlate
Dal blog.(3)
Use with
What people reach for next.
Strumenti correlati
More in this room.
- Generatore HMACHMAC-SHA1/256/384/512 con qualsiasi segreto.
- Calcolatore Hash FileSHA-256, SHA-1 e MD5 di qualsiasi file — nel tuo browser.
- Encode / Decode Base64Codifica e decodifica Base64 – compatibile Unicode.
- Decodificatore JWTDecodifica ed esamina i token JWT — in locale, mai registrati.
- Codifica / Decodifica URLCodifica e decodifica URL in modo sicuro.
- Codifica/Decodifica Entità HTMLEsegui l'escape o l'unescape di caratteri speciali HTML.