Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FriendsOfFlarum/pwned-passwords
🔑 Check user's passwords against the Have I Been Pwned password database
https://github.com/FriendsOfFlarum/pwned-passwords
composer flarum friendsofflarum pwned-password-database
Last synced: about 9 hours ago
JSON representation
🔑 Check user's passwords against the Have I Been Pwned password database
- Host: GitHub
- URL: https://github.com/FriendsOfFlarum/pwned-passwords
- Owner: FriendsOfFlarum
- License: mit
- Created: 2019-01-06T22:40:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T09:18:17.000Z (about 1 month ago)
- Last Synced: 2024-10-29T22:37:24.675Z (5 days ago)
- Topics: composer, flarum, friendsofflarum, pwned-password-database
- Language: PHP
- Homepage:
- Size: 749 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flarum - FoF Pwned Passwords - Check passwords against the [Have I Been Pwned](https://haveibeenpwned.com/) password database. (Extensions / Security & Spam ([:top:](#table-of-contents)))
README
# Pwned Passwords by FriendsOfFlarum
![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/fof/pwned-passwords.svg)](https://packagist.org/packages/fof/pwned-passwords) [![OpenCollective](https://img.shields.io/badge/opencollective-fof-blue.svg)](https://opencollective.com/fof/donate)
A Flarum extension that checks passwords against Have I Been Pwned's password database during registration to check for passwords seen in known data breaches.
### Installation
Using composer:
```
composer require fof/pwned-passwords:"*"
```### Updating
Using composer:
```
composer update fof/pwned-passwords
```### Links
[![OpenCollective](https://img.shields.io/badge/donate-friendsofflarum-44AEE5?style=for-the-badge&logo=open-collective)](https://opencollective.com/fof/donate)
- [Packagist](https://packagist.org/packages/fof/pwned-passwords)
- [GitHub](https://github.com/FriendsOfFlarum/pwned-passwords)
- [ReFlar's Pwned Passwords](https://packagist.org/packages/reflar/pwned-passwords)An extension by [FriendsOfFlarum](https://github.com/FriendsOfFlarum).