Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emrekeskinmac/mysql5hash
mysql5 password() hash npm module
https://github.com/emrekeskinmac/mysql5hash
Last synced: 21 days 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T11:14:15.000Z (over 6 years ago)
- Last Synced: 2024-11-19T21:07:15.007Z (about 1 month 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
[![npm version](https://badge.fury.io/js/mysql5hash.png)](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
```