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;

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1,774
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1,774
  • 0.0.3
    3
  • 0.0.2
    1
  • 0.0.1
    0

Package Sidebar

Install

npm i wordpress-hash-node

Weekly Downloads

1,377

Version

1.0.0

License

GLP

Last publish

Collaborators

  • alexalbala