A powerful client side cryptographic hash generator for file integrity verification..
- Multiple hash algorithms: MD5, SHA-1, SHA-256, SHA-512, SHA-3, RIPEMD-160
- File hashing with drag & drop support
- Text/string hashing with HEX/Base64 output
- Batch file processing
- Hash comparison with visual diff
- Hash algorithm identifier
- Export results (TXT, JSON, CSV)
- Scan history with local storage
- QR code generation for hash sharing
https://Laxdip.github.io/veritas-file-integrity/
No installation required! This is a web-based tool that runs entirely in your browser.
Option 1: Use Online (No Setup)
Simply visit: [https://Laxdip.github.io/veritas-file-integrity/](...)
Option 2: Run Locally
git clone https://github.com/Laxdip/veritas-file-integrity.git
cd veritas-file-integrity
python -m http.server 8080
Option 3: Download & Use Offline
1.Download index.html from the repository
2.Open it in any modern browser
3.No internet connection required after download
⚠️ Note: When opening index.html directly (file:// protocol), some features like QR generation may have limitations.For full functionality, use a local server (Option 2).
- HTML5 / CSS3
- JavaScript (ES6+)
- CryptoJS for cryptographic functions
- QRCode.js for QR generation
- LocalStorage for history persistence
- Upload a file or paste text
- Select hash algorithms
- Generate hashes instantly
- Verify integrity against known hashes
- Export or share results via QR
Get the effect → Background.html
MIT
Prasad




