@jobscale/hash-pbkdf2

0.0.3 • Public • Published

@jobscale/hash-pbkdf2

installation

npm i @jobscale/hash-pbkdf2

examples

const { Auth: Pbkdf2 } = require('@jobscale/hash-pbkdf2');

const logger = console;
const auth = new Pbkdf2();
const hash = auth.hash('it password', 'salt of cake');
logger.info({ hash });

lint

npm run lint

test

npm test

/@jobscale/hash-pbkdf2/

    Package Sidebar

    Install

    npm i @jobscale/hash-pbkdf2

    Weekly Downloads

    0

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    2.93 kB

    Total Files

    6

    Last publish

    Collaborators

    • jobscale