node-flower-password
v2.0.0
Published
Flower Password implementation for Node.js
Downloads
2
Maintainers
Readme
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