https://github.com/xlsdg/node-flower-password
Flower Password implementation for Node.js
https://github.com/xlsdg/node-flower-password
flower-password node-module nodejs
Last synced: about 1 month ago
JSON representation
Flower Password implementation for Node.js
- Host: GitHub
- URL: https://github.com/xlsdg/node-flower-password
- Owner: xlsdg
- License: mit
- Created: 2016-11-04T06:43:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-17T09:47:19.000Z (over 7 years ago)
- Last Synced: 2025-10-26T16:32:17.480Z (7 months ago)
- Topics: flower-password, node-module, nodejs
- Language: JavaScript
- Size: 17.6 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-flower-password
> Flower Password implementation for Node.js
## Installation
```bash
$ npm install --save node-flower-password
```
## Usage
```js
const fpCode = require('node-flower-password');
```
The **fpCode** method:
```js
const code = fpCode('password', 'key', 16);
```
## License
MIT