Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```