Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tshm/md5html
- Owner: tshm
- License: mit
- Created: 2013-02-06T04:47:29.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T23:44:01.000Z (11 months ago)
- Last Synced: 2024-04-14T12:10:35.214Z (10 months ago)
- Language: Elm
- Homepage: https://tshm.github.io/md5html/
- Size: 1.76 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.