https://github.com/emrekeskinmac/mysql5hash
mysql5 password() hash npm module
https://github.com/emrekeskinmac/mysql5hash
Last synced: 3 months ago
JSON representation
mysql5 password() hash npm module
- Host: GitHub
- URL: https://github.com/emrekeskinmac/mysql5hash
- Owner: emrekeskinmac
- License: mit
- Created: 2017-02-10T10:49:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T11:14:15.000Z (over 7 years ago)
- Last Synced: 2025-03-25T09:48:06.775Z (3 months ago)
- Language: JavaScript
- Homepage: https://emrekeskinmac.github.io/Mysql5Hash/
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Mysql5 Hashing
=========Mysql PASSWORD() hashing npm module
[](https://badge.fury.io/js/mysql5hash)
## Installation
```shell
npm install mysql5hash --save
```## Usage
```js
var mysql5hash = require('mysql5hash')var hashPass = mysql5hash("hash password")
console.log(hashPass);
// output => *343E9D0203CB337490174D53651E63C839334AC7
```