Socket
Socket
Sign inDemoInstall

mysql-password

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mysql-password

Returns the same value that would be returned from MySQL's password() function.


Version published
Weekly downloads
57
decreased by-6.56%
Maintainers
1
Install size
2.79 kB
Created
Weekly downloads
 

Readme

Source

node-mysql-password

Returns the same value that would be returned from MySQL's password() function.

examples

var mysqlPassword = require('mysql-password');

var passhash = mysqlPassword("secret");
console.log(passhash);

output:

*14E65567ABDB5135D0CFD9A70B3032C179A49EE7

warnings

This is NOT for hashing passwords! The MySQL password() function is not considered secure by any means!

This is meant to be used when you need the MySQL password() output to interface with another application that someone else has written insecurely.

license

node-mysql-password is covered under The Unlicense. See LICENSE for more information.

Keywords

FAQs

Last updated on 07 Dec 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc