Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tshm/md5html

md5 calculator offline-webapp
https://github.com/tshm/md5html

Last synced: 11 days ago
JSON representation

md5 calculator offline-webapp

Awesome Lists containing this project

README

        

Offline MD5 Calculator.
=======================

The server-less web application for calculating MD5 digest
for the given files.
It uses:

* [elm](http://elm-lang.org/)
* html5 (FILE API / webworker / service worker)
* [CryptoJS](https://code.google.com/archive/p/crypto-js/)
to accomplish the hashing job.
* [workbox](https://workboxjs.org/)
to make the site PWA (service worker).

[note]
Due to the FILE API limitation, it may not work for large files.