HashGuard is a hash calculator that supports multiple cryptographic hash functions with a clean, intuitive interface with both light and dark modes.
-
Multiple Hash Algorithms
- SHA-1 (Legacy support)
- SHA-256 (Recommended)
- SHA-384 (Strong)
- SHA-512 (Strongest)
-
User-Friendly Interface
- Dark/Light mode toggle
- Drag & drop file support
- Copy to clipboard functionality
- Recent hash history
- File information display
-
Security
- Client-side hashing using Web Crypto API
- No server-side processing
- No data transmission
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm run dev
To create a production build:
npm run build
- React
- Vite
- TailwindCSS
- Web Crypto API
Ed Bates (TECHBLIP LLC)
Some sections of this code were generated with the assistance of AI tools. These contributions were reviewed and integrated by the project creator(s).
Apache-2.0 License - see the LICENSE file for details