{"_id":"phpass","_rev":"7-6ebb5277be5edee5e0d443acd5d56327","name":"phpass","description":"A pure node.js JavaScript port of the portable PHP password hashing framework.","dist-tags":{"latest":"0.1.1"},"versions":{"0.1.0":{"name":"phpass","description":"A pure node.js JavaScript port of the portable PHP password hashing framework.","version":"0.1.0","author":{"name":"John Hurliman","email":"jhurliman@cull.tv"},"contributors":[],"dependencies":{},"keywords":["auth","password","hashing","blowfish","phpass"],"directories":{"lib":"./lib"},"main":"index","engines":{"node":"*"},"devDependencies":{},"_id":"phpass@0.1.0","_engineSupported":true,"_npmVersion":"1.0.6","_nodeVersion":"v0.4.8","_defaultsLoaded":true,"dist":{"shasum":"8e398c459c3283ef4642fd370acfb52e1cb4b56d","tarball":"https://registry.npmjs.org/phpass/-/phpass-0.1.0.tgz","integrity":"sha512-CuAaoUH6faqXhgG0VNvi8USZUs0bHRbuawpkw8FsFN1WGuLoVtP549tU88v41I1XagYL0yofqk48Wm9Xuw6zLA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGp0YH8Y1PfEgCEnNlElLrsi4mRCd5c6Sv5lquT0YJAFAiEA/FDumyW+2yCwqCW8cOCfjv3vOy7mf+KZJ67CbW7hfuA="}]},"scripts":{}},"0.1.1":{"name":"phpass","description":"A pure node.js JavaScript port of the portable PHP password hashing framework.","version":"0.1.1","author":{"name":"John Hurliman","email":"jhurliman@cull.tv"},"contributors":[],"dependencies":{},"keywords":["auth","password","hashing","blowfish","phpass"],"directories":{"lib":"./lib"},"main":"index","engines":{"node":"*"},"readme":"# Node phpass #\n\nA pure node.js JavaScript port of the portable PHP password hashing framework. \nThe goal is to support existing password hashes created with the phpass library \nand to generate new hashes that can be used with phpass.\n\n## Installation ##\n\nUse NPM to install:\n\n    npm install phpass\n\n## Usage ##\n\n    var PasswordHash = require('phpass').PasswordHash;\n    var passwordHash = new PasswordHash();\n    var password = 'abc123';\n    var hash = passwordHash.hashPassword(password);\n    var success = passwordHash.checkPassword(password, hash);\n\n## Sponsors ##\n\n* [cull.tv](http://cull.tv/) - New music television\n\n## Changelog ##\n\n**0.1.1** - Fixed a crash when initializing PasswordHash with no parameters\n\n**0.1.0** - Initial release\n\n## License ##\n\nUses code from the [jsBCrypt](http://code.google.com/p/javascript-bcrypt/) \nproject, which is released under the \n[New BSD License](http://www.opensource.org/licenses/bsd-license.php).\n\n(The MIT License)\n\nCopyright (c) 2011 Cull TV, Inc. &lt;jhurliman@cull.tv&gt;\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","_id":"phpass@0.1.1","dist":{"shasum":"5626676d11e2feb7a4b5daedb34e5f7598df80b5","tarball":"https://registry.npmjs.org/phpass/-/phpass-0.1.1.tgz","integrity":"sha512-ZGkvcdZbIVN6k94p87LavU+GJbVJ8u1BKUkG/qRhdKi8v8YQONT8Ad1DaeXTeEjHBQbMK0+eiI03/M3PbNHB5g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHeIrmjJdtz/Ya6cRL3zCYOstIpLDI3zeUP0muKYfI2eAiEA3Eusn7iOsl552HIpTUdebtac1gHoHPqmciiqYFiJzZo="}]},"_npmVersion":"1.1.61","_npmUser":{"name":"jhurliman","email":"jhurliman@jhurliman.org"},"maintainers":[{"name":"jhurliman","email":"jhurliman@cull.tv"}]}},"maintainers":[{"name":"jhurliman","email":"jhurliman@cull.tv"}],"time":{"modified":"2022-06-23T22:02:50.336Z","created":"2011-06-08T23:27:21.049Z","0.1.0":"2011-06-08T23:27:21.588Z","0.1.1":"2012-10-09T18:39:49.497Z"},"author":{"name":"John Hurliman","email":"jhurliman@cull.tv"}}