fast-md5
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i fast-md5

Weekly Downloads

38

Version

1.0.3

License

MIT

Unpacked Size

11.8 kB

Total Files

5

Last publish

Collaborators

  • dimetrix