hashcrypt

0.0.1 • Public • Published

hashcrypt

Install via npm

npm install hashcrypt --save

Install via yarn

yarn add hashcrypt

Usage

const hashcrypt = require('hashcrypt');

To hash a password

const hashPass = hashcrypt.hash(password);

To Check password

const isValid = hashcrypt.compare(password, hashPass);

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i hashcrypt

      Weekly Downloads

      3

      Version

      0.0.1

      License

      ISC

      Unpacked Size

      7.07 kB

      Total Files

      3

      Last publish

      Collaborators

      • ampup.tott