Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inadarei/easypass

Pronounceable Password Generator for Node.js
https://github.com/inadarei/easypass

Last synced: 23 days ago
JSON representation

Pronounceable Password Generator for Node.js

Awesome Lists containing this project

README

        

## EasyPass

Pronounceable Password Generator for Node.js

## Installation

npm install easypass

## Usage

```javascript
var easypass = require('easypass');
console.log(easypass.generate(12));
````

## Credits

Based on the [original algorithm by Aktagon](http://snippets.aktagon.com/snippets/137-how-to-generate-a-pronouncable-password-with-php)