Skip to content

Instantly share code, notes, and snippets.

@lucnap
Created February 14, 2017 09:31
Show Gist options
  • Save lucnap/f8543bfa36071aed279c4c749b70e7b9 to your computer and use it in GitHub Desktop.
Save lucnap/f8543bfa36071aed279c4c749b70e7b9 to your computer and use it in GitHub Desktop.
How to generate md5 in javascript with crypto-js libraries
<script src="http://crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/md5.js"></script>
<script>
var hash = CryptoJS.MD5("Message");
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment