Skip to content

hollinsky/node-mysql-password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Node.JS module that returns the same value that would be returned from MySQL's password() function.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published