1.0.0 • Published 10 years ago
short-hash v1.0.0
short-hash
Get a short hash from a string. Uses Bernstein's popular "times 33" hash algorithm but returns a hex string instead of a number
This is just a convenient wrapper around hash-string.
Installation
Install short-hash using npm:
npm install --save short-hashUsage
Module usage
var shortHash = require('short-hash');
shortHash('a string to hash...');API
shortHash(str)
| Name | Type | Description |
|---|---|---|
| str | String | The string to hash |
Returns: String, a hexadecimal string.
License
MIT
1.0.0
10 years ago