https://github.com/inadarei/easypass
Pronounceable Password Generator for Node.js
https://github.com/inadarei/easypass
Last synced: 2 months 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 (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-22T07:23:39.000Z (almost 12 years ago)
- Last Synced: 2025-08-09T05:22:06.859Z (2 months 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)