string2hash
v1.0.0
Published
string2hash is an package to get random hash string. there is a parameter to get the hash string of particular length. you can pass the number of which lenght you want hash string.
Downloads
1
Readme
string2hash
string2hash is a package to get random hash string.
dependencies
npm install --save string2hash
example to use it :
let hash = require('string2hash');
console.log(hash(50)) // 50 is length of string