1.0.3 • Published 4 years ago

fast-md5 v1.0.3

Weekly downloads
13
License
MIT
Repository
github
Last release
4 years ago

fast-md5

build status info badge

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

md5(message)
  • message -- String
  • returns String

Usage

var md5 = require('fast-md5');

console.log(md5('Expo 2020'));

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.

License

MIT