1.0.4 • Published 7 years ago

crypto-salt-hash v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

CRYPTO SALT HASH

Installation

npm i crypto-salt-hash

Example

let cyptoSaltHash = require('crypto-salt-hash');

To Create Salt and Hash use below method

   saltHashPassword('password', salthLength); 

you will get salt and hash as an object in response.

To get hash associated with salt use below method

   getsaltHash('password', salt); 

you will get salt and hash as an object in response.

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago