Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rclement/password-police
Password policies list for online services 🔐🚨
https://github.com/rclement/password-police
bulma nuxtjs online password policies vuejs websites
Last synced: 6 days ago
JSON representation
Password policies list for online services 🔐🚨
- Host: GitHub
- URL: https://github.com/rclement/password-police
- Owner: rclement
- License: mit
- Created: 2019-02-21T10:06:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T23:31:38.000Z (over 1 year ago)
- Last Synced: 2024-10-28T16:59:25.904Z (about 2 months ago)
- Topics: bulma, nuxtjs, online, password, policies, vuejs, websites
- Language: JavaScript
- Homepage: https://rclement.github.io/password-police/
- Size: 2.6 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Password Police 🔐🚨
[![Build Status](https://travis-ci.org/rclement/password-police.svg?branch=master)](https://travis-ci.org/rclement/password-police)
[![Password Police License](https://img.shields.io/github/license/rclement/password-police.svg)](LICENSE)Password Police provides a list of password policies for online services,
available as a browsable web-application and a REST API.It is largely inspired by [TwoFactorAuth.org](https://twofactorauth.org).
## Goal
Having a comprehensive list of password policies for online services,
so that one can maximize the security of passwords used on the web.Providing a browsable web-application is a first step for the curious and security-conscious,
but ideally integrating the REST API with password managers could be a more user-friendly solution:
imagine if your password manager were to generate a secure password,
already within the maximum limits of each online service! 🚀## Contributing
If you would like to contribute, either by adding a new website to the database
or adding/fixing a feature, read the guidelines in [CONTRIBUTING.md](CONTRIBUTING.md).## Running locally
``` bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm start# generate static project
$ npm run generate
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).
## License
The MIT License (MIT)
Copyright (c) 2019 - present, Romain Clement