UNPKG

md5-jkmyers

Version:

Joseph K. Myers' high performance (in fact, the fastest) MD5 implementation for npm, Bower, Component, etc.

12 lines 276 B
<html> <head></head> <body> <p id="result"></p> <script type="text/javascript" src="../md5.min.js"></script> <script type="text/javascript"> var theMd5= md5("testvalue"); console.log(theMd5); document.getElementById('result').innerText=theMd5; </script> </body> </html>