Socket
Book a DemoInstallSign in
Socket

md5-base64

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

md5-base64

Quickly create MD5 hashes encoded as base64 strings.

latest
Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
231
120%
Maintainers
1
Weekly downloads
 
Created
Source

MD5 Base64

Quickly create MD5 hashes encoded as base64 strings.

Install

npm install --save md5-base64

## Usage

const md5Base64 = require('md5-base64');

const hash = md5Base64('my-plain-text-string');

Keywords

md5

FAQs

Package last updated on 29 Nov 2016

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