Client-side hash generator supporting multiple algorithms.
- Hash algorithms: MD5, SHA-1, SHA-256, SHA-512, SHA-3
- Input via plain text or file upload
- Offline-only processing (no server interaction)
- Minimal, responsive UI
- One-click hash copy
- Select input mode: text or file
- Enter text or upload file
- Hashes are computed instantly
- Copy desired hash to clipboard
npm install # Install dependencies
npm run dev # Run local dev server
npm run build # Build production output