Hash Generator
Generate SHA-256, SHA-384, and SHA-512 hashes.
- On your device
- No signup
Developer topic guide
3 free tools in this guide — pick one below to get started.
Open a tool to calculate, convert, or edit — no signup required.
Generate SHA-256, SHA-384, and SHA-512 hashes.
Generate SHA-256 file checksums on your device.
Test regular expressions against sample text.
Security tools generate digests and test patterns without installing CLI utilities. Hash Generator supports common algorithms for integrity checks. File Checksum validates downloads. Regex Tester experiments with JavaScript-flavored patterns.
Hashes verify integrity, not authenticity — pair with signed releases from trusted sources. Regex Tester uses JS semantics; PCRE differences may matter in other runtimes.
Do not hash passwords for storage without proper salt and dedicated password hashing algorithms in your application code.
SHA-256 is a common choice. Match the algorithm your download page documents.
File Checksum reads locally in the browser.
Patterns use JavaScript RegExp rules unless noted otherwise.
Multi-step guides that chain tools from this topic—follow numbered steps instead of guessing tool order.