Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@tool-developer/wo-base-md5

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tool-developer/wo-base-md5

wx miniprogram async task support

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

@tool-developer/wo-base-md5

该模块处理过程来自JavaScript-MD5@2.18.0,to see

通过该模块,可以在微信中使用md5编码,在一些请求数据编码过程中会用到。

用法

npm install --save @tool-developer/wo-base-md5

or

yarn add @tool-developer/wo-base-md5
import md5 from '@tool-developer/wo-base-md5'
//
const hash = md5("value");
console.log(hash);// 2063c1608d6e0baf80249c42e2be5804

接口

md5(string, key, raw)

Keywords

wx

FAQs

Package last updated on 26 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts