Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvila/popular-passwords
List of popular passwords with at least 8 characters
https://github.com/mvila/popular-passwords
Last synced: about 1 month ago
JSON representation
List of popular passwords with at least 8 characters
- Host: GitHub
- URL: https://github.com/mvila/popular-passwords
- Owner: mvila
- Created: 2016-03-05T01:26:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T07:24:48.000Z (over 6 years ago)
- Last Synced: 2024-09-25T11:19:22.540Z (about 2 months ago)
- Language: JavaScript
- Size: 187 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# popular-passwords [![npm version](https://img.shields.io/npm/v/popular-passwords.svg)](https://www.npmjs.com/package/popular-passwords)
List of popular passwords with at least 8 characters.
Data source: [zxcvbn](https://github.com/dropbox/zxcvbn).
## Installation
```
npm install --save popular-passwords
```## Usage
```javascript
var passwords = require('popular-passwords');console.log(passwords.indexOf('passw0rd') !== -1); // => true
```## License
MIT