Skip to content

xlsdg/flowerpassword.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flowerpassword.js

Flower Password implementation for JavaScript.

Installation

$ npm install --save flowerpassword.js

Usage

import fpCode from 'flowerpassword.js';

console.log(fpCode('password', 'key', 16));

License

MIT