chunfengd / node-flower-password

Flower Password implementation for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-flower-password

Flower Password implementation for Node.js

Installation

$ npm install --save node-flower-password

Usage

const fpCode = require('node-flower-password');

The fpCode method:

const code = fpCode('password', 'key', 16);

License

MIT

About

Flower Password implementation for Node.js

License:MIT License


Languages

Language:JavaScript 100.0%