Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 273 Bytes

File metadata and controls

25 lines (16 loc) · 273 Bytes

fpCode.js

Flower Password implementation for the browser and node.js

Installation

$ npm install --save fpcode

Usage

const fpCode = require('fpcode');

The fpCode method:

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

License

MIT