md5js
v1.0.7
Published
字符串md5加密工具
Downloads
4,694
Maintainers
Readme
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 md5js
API
md5(message)
Usage
import { md5 } from 'md5js';
console.log(md5('message'));//16位
console.log(md5('message',32));//32位
This will print the following
7d8fd50ed642340b
78e731027d8fd50ed642340b7c9a63b3