node_hash icon indicating copy to clipboard operation
node_hash copied to clipboard

a super simple hashing library for node.js

Results 5 node_hash issues
Sort by recently updated
recently updated
newest added

Hi, @Marak could you plz set License for this module ? MIT or something like that :)

Hello Marak! I am migrationBot, an [open-source](https://github.com/blakmatrix/node-migrator-bot) bot, and I'm here to help you migrate your codebase to node v0.8! Did you know that the "sys" module throws an error...

also named it simply 'hash' in line with npm json advice[1] [1] "Don't put "js" or "node" in the name." http://npmjs.org/doc/json.html

See: ``` $ npm view node_hash npm info it worked if it ends with ok npm info using [email protected] npm info using [email protected] npm WARN [email protected] package.json: 'modules' object is...

Currently node_hash only supports the 'hex' encoding. So it's impossible to use 'ascii' or 'utf8'. Should be an easy fix: Add encoding to exported methods, default to 'hex' if nothing...