Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/inadarei/easypass
- Owner: inadarei
- License: mit
- Created: 2013-10-22T07:13:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-22T07:23:39.000Z (about 11 years ago)
- Last Synced: 2024-10-05T09:07:17.276Z (about 1 month ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)