Skip to content

Instantly share code, notes, and snippets.

View Siimone's full-sized avatar
🎯
Focusing

Simone Da Re Siimone

🎯
Focusing
View GitHub Profile
@arulprasad
arulprasad / gen_md5.html
Created November 30, 2015 20:11
generate md5 for a file using CryptoJS
<html>
<head>
<title>Get MD5 for a file</title>
<script src="http://crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/md5.js"></script>
<script type="text/javascript">
function onFileSelect(){
var reader = new FileReader();