password-hash-node

1.0.0 • Public • Published

Getting Started

Install

npm install password-hash-node

Use

const passwordHash = require('password-hash-node');

const hash = await passwordHash.create('password', 'SSHA');

const valid = await passwordHash.verify('password', hash);

Schemas

  • PBKDF2/$salt-size/$iterations/$hash-size/$digest-algorithm eg. PBKDF2/24/20000/24/sha256
  • SSHA256/$salt-size
  • SSHA
  • PLAIN

License

Copyright ⓒ 2016 Viktar Vaŭčkievič

Package Sidebar

Install

npm i password-hash-node

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • victorenator