New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

x-password

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

x-password

A module for hashing password.

latest
npmnpm
Version
1.2.3
Version published
Maintainers
1
Created
Source

x-password

A module for hashing password.

Installation

Install using npm:

$ npm install x-password.

Usage

your-app.js:

var pw = require('x-password');

console.log(pw.hash('some-password'));
// result: F0Ce9d6e7315534d2f3603D11f496dafCda25f2f5bC2B4f8292a8ee34fe7735B

Note: You can see the source code and understand its methods.

License

MIT

Keywords

password

FAQs

Package last updated on 20 Oct 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