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);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    3

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