Skip to content

Elcapitanoe/File-Hasher

Repository files navigation

File Hasher

Client-side hash generator supporting multiple algorithms.

Features

  • 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

Usage

  1. Select input mode: text or file
  2. Enter text or upload file
  3. Hashes are computed instantly
  4. Copy desired hash to clipboard

Development

npm install      # Install dependencies
npm run dev      # Run local dev server
npm run build    # Build production output