Skip to content

Commit

Permalink
Merge branch 'docs/difference-MD5-md5'
Browse files Browse the repository at this point in the history
  • Loading branch information
pvorb committed May 7, 2015
2 parents 034bc0b + f8a719e commit 55425ad
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Expand Up @@ -4,21 +4,22 @@

a JavaScript function for hashing messages with MD5.

**Warning: _This is the source repository for the npm package
[MD5](https://www.npmjs.com/package/MD5), not
[md5](https://www.npmjs.com/package/md5)._**

**Warning:** MD5 is an insecure hashing algorithm. Don't use it unless you know
what you are doing!

**Warning:** This is the source repository for the npm package
[MD5](http://search.npmjs.org/#/MD5), not [md5](http://search.npmjs.org/#/md5).

## Installation

You can use this package on the server side as well as the client side.

### [Node.js](http://nodejs.org/):

```
~~~
npm install MD5
```
~~~


## API
Expand Down

0 comments on commit 55425ad

Please sign in to comment.