Security & devFree

Hash Generator

Free hash generator for SHA-256, SHA-512, SHA-384, and SHA-1. Hash text locally with Web Crypto. No upload.

Uses Web Crypto in your browser. MD5 is not available in Web Crypto and is omitted on purpose (legacy).

Common uses

Do not use plain hashes alone for password storage.

Frequently asked questions

Is my text uploaded?

No. Hashing uses Web Crypto in your browser.

Why no MD5?

Web Crypto does not support MD5; it is also considered broken for security use.

Which hash should I use?

SHA-256 is a solid default for checksums and fingerprints.

Can I hash files?

This version hashes text input. File hashing can be added later.

Related tools