0.1.0 • Published 9 years ago

seneca-pbkdf2-user v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

seneca-PBKDF2-user

Build Status

A Seneca plugin for supporting PbkDf2 password encryption.

This module is a plugin for the Seneca framework. It based on seneca-user from Richard Rodger adding the support of PBKDF2 algorithm for password hashing. This plugin is sponsored by nearForm.

It basically overwrite the following two seneca-user command, in order to change the algorithm for password hashing:

  • encrypt_password
  • verify_password

In order to use it, include it after seneca-user:

seneca.use(require('seneca-user'));
seneca.use(require('seneca-PBKDF2-user'));

Test

cd test
mocha user.test.js --seneca.log.print
0.1.0

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

10 years ago

0.0.1

10 years ago