The server-less web application for calculating MD5 digest for the given files. It uses:
- elm
- html5 (FILE API / webworker / service worker)
- CryptoJS to accomplish the hashing job.
- workbox to make the site PWA (service worker).
[note] Due to the FILE API limitation, it may not work for large files.