fast-md5
a JavaScript function for hashing messages with MD5.
Installation
You can use this package on the server side as well as the client side.
Node.js:
npm install fast-md5
API
message
--String
- returns
String
Usage
var md5 = ;console;
This will print the following
a299078805331edb24ac298ba9f6364b
Contribution
If you find a bug or want to contribute to the code or documentation, you can help by submitting an issue or a pull request.