Skip to content

Commit

Permalink
Update crypto links for the new layout on nodejs.org
Browse files Browse the repository at this point in the history
  • Loading branch information
chilts committed May 6, 2012
1 parent fc6e1f1 commit 14a42c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ you can also provide an optional "salt" that will further encrypt your password,
sys.puts(salted_ripemd160);

## faq
**why not use the node.js <a href = "http://nodejs.org/api.html#crypto-236">crypto library</a> instead?**
**why not use the node.js <a href = "http://nodejs.org/docs/latest/api/crypto.html">crypto library</a> instead?**

*node_hash DOES use the built in node.js <a href = "http://nodejs.org/api.html#crypto-236">crypto</a> library, we are just wrapping it for easy use*
*node_hash DOES use the built in node.js <a href = "http://nodejs.org/docs/latest/api/crypto.html">crypto</a> library, we are just wrapping it for easy use*

**why doesn't node_hash do X (binary, base64, streaming, etc)?**

*node_hash is meant as a very simple library for hashing text with optional salts in the most common encryption algorithms. if you need finer tuned control, you should be using the <a href = "http://nodejs.org/api.html#crypto-236">crypto</a> module directly*
*node_hash is meant as a very simple library for hashing text with optional salts in the most common encryption algorithms. if you need finer tuned control, you should be using the <a href = "http://nodejs.org/docs/latest/api/crypto.html">crypto</a> module directly*

0 comments on commit 14a42c1

Please sign in to comment.