{"_id":"md5hex","_rev":"3-23234f0957807192f43efabd30679b1e","name":"md5hex","description":"Thin wrapper around the crypto module that creates an MD5 hex digest of a given string or buffer","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"md5hex","version":"1.0.0","description":"Thin wrapper around the crypto module that creates an MD5 hex digest of a given string or buffer","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/650Industries/md5hex.git"},"keywords":["md5hex","md5","hex","hash","crypto"],"author":{"name":"exponent.team@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/650Industries/md5hex/issues"},"homepage":"https://github.com/650Industries/md5hex#readme","gitHead":"6663a1403a9d349038fe762f16deebb943ae5af5","_id":"md5hex@1.0.0","_shasum":"ed74b477a2ee9369f75efee2f08d5915e52a42e8","_from":".","_npmVersion":"2.11.0","_nodeVersion":"2.2.1","_npmUser":{"name":"ccheever","email":"ccheever@gmail.com"},"dist":{"shasum":"ed74b477a2ee9369f75efee2f08d5915e52a42e8","tarball":"https://registry.npmjs.org/md5hex/-/md5hex-1.0.0.tgz","integrity":"sha512-c2YOUbp33+6thdCUi34xIyOU/a7bvGKj/3DB1iaPMTuPHf/Q2d5s4sn1FaCOO43XkXggnb08y5W2PU8UNYNLKQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDM9psjw1qyhSVEakxJoI8sKmoQTIMlPrtW13cI0bal6wIhAIRaWr6FFvr/falvrznrrAaSEol8h+M3aBxwtpR0ANoI"}]},"maintainers":[{"name":"ccheever","email":"ccheever@gmail.com"}]}},"readme":"# md5hex\nThin wrapper around the crypto module that creates an MD5 hex digest of a given string or buffer\n\n```js\n// Basic usage\nvar hexHash = md5hex('A string you want to hash'); // (You can also pass in a buffer)\n// 'afb6e4ac5196aa6cddcfbd8fe26cf65b'\n\n\n// Optional second argument lets you trim the length\nvar hexHash = md5hex('A string you want to hash', 6);\n// 'afb6e4'\n\n// Or you can give an options object as the second argument to add a salt\nvar hexHash = md5hex('A string you want to prefix with a salt', {salt: 'MYSALT!'})\n// Same as md5hex('MYSALT!' + 'A string you want to prefix with a salt')\n\nvar hexHash = md5hex('A string you want to prefix with a salt', {saltPrefix: 'SALT!', saltSuffix: 'MORESALT!'})\n// Same as md5hex('SALT!' + 'A string you want to prefix with a salt' + 'MORESALT!')\n\n// And control the length through the options object\nvar hexHash = md5hex('A string you want a short hash of', {length: 6});\n// '30540f'\n\n\n\n```\n","maintainers":[{"name":"ccheever","email":"ccheever@gmail.com"}],"time":{"modified":"2022-06-19T17:15:48.550Z","created":"2015-06-02T11:00:37.555Z","1.0.0":"2015-06-02T11:00:37.555Z"},"homepage":"https://github.com/650Industries/md5hex#readme","keywords":["md5hex","md5","hex","hash","crypto"],"repository":{"type":"git","url":"git+https://github.com/650Industries/md5hex.git"},"author":{"name":"exponent.team@gmail.com"},"bugs":{"url":"https://github.com/650Industries/md5hex/issues"},"license":"MIT","readmeFilename":"README.md"}