Web-based client side file integrity verifier implementing various hashing algorithms using CryptoJS library.
Working example here: https://hashster.netlify.app/
- Files do not leave your browser and get uploaded on any server, for that extra pinch of privacy! 😉
- Since the file is not uploaded so no internet bandwidth problems. 😎
- Simple and functional UI unlike those plain old boring sites. 👍
- Refactor the code
- Make code DRY
- Add file loader animation
- Remove the 80MB file limit
- Add drag and drop file handling
- Add backend to serve a page individually
- Dialog for result instead of the new page mumbo-jumbo
- Make it available to the world!