fast-md5
v1.0.3
Published
Super fast JavaScript MD5 implementation
Downloads
95
Readme
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
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.