Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

js-md4

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

js-md4

A simple MD4 hash function for JavaScript supports UTF-8 encoding.

  • 0.3.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2M
decreased by-18.63%
Maintainers
1
Weekly downloads
 
Created

What is js-md4?

The js-md4 package is a JavaScript implementation of the MD4 message digest algorithm. This package allows for the hashing of strings using the MD4 algorithm, which is a cryptographic hashing function. Although MD4 is considered to be broken and vulnerable for cryptographic purposes, this package can still be used for legacy systems or non-security-critical applications where MD4 hashing is required.

What are js-md4's main functionalities?

MD4 Hashing of Strings

This feature allows users to hash strings using the MD4 algorithm. The code sample demonstrates how to hash the string 'string to hash' and log the result to the console.

"use strict";
const md4 = require('js-md4');
console.log(md4('string to hash'));

Other packages similar to js-md4

Keywords

FAQs

Package last updated on 24 Jan 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc