{"_id":"md5-jkmyers","_rev":"5-5e5eefd00b7674490ab9d7e5f9c9f4d6","name":"md5-jkmyers","description":"Joseph K. Myers' high performance (in fact, the fastest) MD5 implementation for npm, Bower, Component, etc.","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"md5-jkmyers","version":"0.0.1","description":"Joseph K. Myers' high performance (in fact, the fastest) MD5 implementation for npm, Bower, Component, etc.","main":"md5.min.js","scripts":{"test":"mocha -R spec"},"author":{"name":"Andreas Pizsa","url":"http://facebook.com/AndreasPizsa/"},"contributors":[{"name":"Joseph Myers","url":"http://www.myersdaily.org/joseph/"}],"homepage":"https://github.com/AndreasPizsa/md5-jkmyers.js","license":"MIT","devDependencies":{"should":"~2.1.1","mocha":"~1.16.2","load-grunt-tasks":"~0.2.1","grunt":"~0.4.2","grunt-contrib-jshint":"~0.8.0","grunt-contrib-uglify":"~0.2.7","grunt-contrib-concat":"~0.3.0","lodash":"~2.4.1","grunt-contrib-clean":"~0.5.0","grunt-curl":"~1.2.1","grunt-update-json":"~0.1.3"},"repository":{"type":"git","url":"https://github.com/AndreasPizsa/md5-jkmyers.git"},"keywords":["fast","amd","commonjs","browser","node","md5","myers","node","bower","component","hash","crypto"],"readme":"# md5-jkmyers\n\nJoseph K. Myers' high performance (in fact, the fastest) MD5 implementation for npm, Bower, Component, etc.\n\n[![Endorse on Coderwall](http://api.coderwall.com/andreaspizsa/endorsecount.png)](http://coderwall.com/andreaspizsa)\n[![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)\n\nThis MD5 implementation was written by [Joseph K. Myers](http://www.myersdaily.org/joseph/javascript/md5-text.html) and is currently the fastest according to [jsperf](http://jsperf.com/md5-shootout). I've wrapped it up as a universal module ([UMD](https://github.com/umdjs/umd)) for easy consumption with [Bower](https://github.com/bower/bower), [Component](https://github.com/component/component), npm, [RequireJS](https://github.com/jrburke/requirejs) ([AMD](https://github.com/amdjs/amdjs-api/wiki/AMD)), [CommonJS](http://wiki.commonjs.org/wiki/CommonJS), etc...\n\n\n## Usage\nThe module exports a single function that takes one parameter:\n```javascript\nmd5(String)\n```\n\n### On the Client\n#### Bower\n\n    bower install md5-jkmyers\n\n#### Component\n    component install md5-jkmyers\n\nThen in your `html`, do\n\n```html\n <script type=\"text/javascript\" src=\"bower_components/md5-jkmyers/md5.min.js\"></script>\n <script type=\"text/javascript\">\n   console.log(md5('hello, world!'));\n </script>\n```\n\n \n### On the Server\n#### node.js\n\nPlease be aware that node already comes with MD5 built in - see [here](http://stackoverflow.com/a/11869589/199263). Having said that, `md5-jkmyers`  might still be a good and fast alternative (please feel free to contribute perfomance testst):\n\n    npm install md5-jkmyers\n    \nThen in your code do\n\n    md5 = require('md5')\n    md5('hello, world!')\n\n   \n## Contributors\n\n- Joseph K. Myers (http://www.myersdaily.org/joseph/) \n- Andreas Pizsa (https://github.com/andreaspizsa)\n\n## Licenses\n\n### Joseph Myers\nJoseph Myers does not specify a particular license for his work.\n\n### Andreas Pizsa\n#### MIT License\nCopyright (c) 2013 Andreas Pizsa.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR \nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE \nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER \nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, \nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN \nTHE SOFTWARE.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/AndreasPizsa/md5-jkmyers/issues"},"_id":"md5-jkmyers@0.0.1","dist":{"shasum":"b7d3df2807b91d5ec7f3373b57f24d60b0fa92bb","tarball":"https://registry.npmjs.org/md5-jkmyers/-/md5-jkmyers-0.0.1.tgz","integrity":"sha512-+G021j2uEH3YvHeLoio/m4KwnkNvoWtgriYC1FQU9pXJqUkxmpDo39sJU1et0GRHXIH2PIcul3gpmEThX4tfoQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC4FyhorFU21T1tp07RrDalxmqasrkPOG4FsRK7nJ+h5wIgbp/vKE0KL4gDOw3hl355lgNcAroWGlKqFveXPK8Scgo="}]},"_from":".","_npmVersion":"1.3.10","_npmUser":{"name":"andreaspizsa","email":"hopster@gmail.com"},"maintainers":[{"name":"andreaspizsa","email":"hopster@gmail.com"}]}},"readme":"# md5-jkmyers\n\nJoseph K. Myers' high performance (in fact, the fastest) MD5 implementation for npm, Bower, Component, etc.\n\n[![Endorse on Coderwall](http://api.coderwall.com/andreaspizsa/endorsecount.png)](http://coderwall.com/andreaspizsa)\n[![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)\n\nThis MD5 implementation was written by [Joseph K. Myers](http://www.myersdaily.org/joseph/javascript/md5-text.html) and is currently the fastest according to [jsperf](http://jsperf.com/md5-shootout). I've wrapped it up as a universal module ([UMD](https://github.com/umdjs/umd)) for easy consumption with [Bower](https://github.com/bower/bower), [Component](https://github.com/component/component), npm, [RequireJS](https://github.com/jrburke/requirejs) ([AMD](https://github.com/amdjs/amdjs-api/wiki/AMD)), [CommonJS](http://wiki.commonjs.org/wiki/CommonJS), etc...\n\n\n## Usage\nThe module exports a single function that takes one parameter:\n```javascript\nmd5(String)\n```\n\n### On the Client\n#### Bower\n\n    bower install md5-jkmyers\n\n#### Component\n    component install md5-jkmyers\n\nThen in your `html`, do\n\n```html\n <script type=\"text/javascript\" src=\"bower_components/md5-jkmyers/md5.min.js\"></script>\n <script type=\"text/javascript\">\n   console.log(md5('hello, world!'));\n </script>\n```\n\n \n### On the Server\n#### node.js\n\nPlease be aware that node already comes with MD5 built in - see [here](http://stackoverflow.com/a/11869589/199263). Having said that, `md5-jkmyers`  might still be a good and fast alternative (please feel free to contribute perfomance testst):\n\n    npm install md5-jkmyers\n    \nThen in your code do\n\n    md5 = require('md5')\n    md5('hello, world!')\n\n   \n## Contributors\n\n- Joseph K. Myers (http://www.myersdaily.org/joseph/) \n- Andreas Pizsa (https://github.com/andreaspizsa)\n\n## Licenses\n\n### Joseph Myers\nJoseph Myers does not specify a particular license for his work.\n\n### Andreas Pizsa\n#### MIT License\nCopyright (c) 2013 Andreas Pizsa.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR \nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE \nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER \nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, \nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN \nTHE SOFTWARE.\n","maintainers":[{"name":"andreaspizsa","email":"hopster@gmail.com"}],"time":{"modified":"2022-06-19T17:15:25.533Z","created":"2013-12-28T02:30:10.229Z","0.0.1":"2013-12-28T02:30:11.563Z"},"author":{"name":"Andreas Pizsa","url":"http://facebook.com/AndreasPizsa/"},"repository":{"type":"git","url":"https://github.com/AndreasPizsa/md5-jkmyers.git"}}