wordpress-hash-node
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/wordpress-hash-node package

1.0.0 • Public • Published

wordpress-hash-node

Wordpress hashes (phpass library portable hashes) port for nodejs

Based on phpass for php 5 or greater

install:

$ npm install wordpress-hash-node

usage:

var hasher = require('wordpress-hash-node');
var password = 'testPassword';
var hash = hasher.HashPassword(password);
var checked = hasher.CheckPassword(password, hash); //This will return true;

Readme

Keywords

Package Sidebar

Install

npm i wordpress-hash-node

Weekly Downloads

2,093

Version

1.0.0

License

GLP

Last publish

Collaborators

  • alexalbala