All Projects → ubernostrum → Pwned Passwords Django

ubernostrum / Pwned Passwords Django

Licence: bsd-3-clause
Utilities for working with the Pwned Passwords database from Django.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pwned Passwords Django

Laravel Nist Password Rules
🔒 Laravel validation rules that follow the password related recommendations found in NIST Special Publication 800-63B section 5.
Stars: ✭ 157 (+121.13%)
Mutual labels:  passwords, password-strength
Dumb Passwords
Don't let your user be a victim of their own action
Stars: ✭ 77 (+8.45%)
Mutual labels:  passwords, password-strength
password-list
Password lists with top passwords to optimize bruteforce attacks
Stars: ✭ 174 (+145.07%)
Mutual labels:  password-strength, passwords
Pw Pwnage Cfworker
Deploy a Cloudflare Worker to sanely score users' new passwords with zxcvbn AND check for matches against haveibeenpwned's 7.8+ billion breached accounts
Stars: ✭ 125 (+76.06%)
Mutual labels:  passwords, password-strength
PwnedPasswords
PwnedPasswords as a Service
Stars: ✭ 24 (-66.2%)
Mutual labels:  password-strength, passwords
Python Testing Crawler
A crawler for automated functional testing of a web application
Stars: ✭ 68 (-4.23%)
Mutual labels:  django
Docker Elk Tutorial
docker-elk-tutorial + django + logging
Stars: ✭ 69 (-2.82%)
Mutual labels:  django
Django Simple Captcha
Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form.
Stars: ✭ 1,151 (+1521.13%)
Mutual labels:  django
Django Rest Framework Role Filters
Simple role filtering for django-rest-framework
Stars: ✭ 67 (-5.63%)
Mutual labels:  django
Shopping cart
A basic shopping cart for digital products. Made with Django
Stars: ✭ 70 (-1.41%)
Mutual labels:  django
Indrz
Indoor mapping, routing system for orientation and wayfinding or facility management
Stars: ✭ 69 (-2.82%)
Mutual labels:  django
Loonflow
基于django的工作流引擎,工单(a workflow engine base on django python)
Stars: ✭ 1,153 (+1523.94%)
Mutual labels:  django
Awesome Django Cn
Django 优秀资源大全。
Stars: ✭ 1,153 (+1523.94%)
Mutual labels:  django
Django Webpacker
A django compressor tool that bundles css, js files to a single css, js file with webpack and updates your html files with respective css, js file path.
Stars: ✭ 69 (-2.82%)
Mutual labels:  django
Graphene Auth Examples
Examples of authentication and authorization with django graphene
Stars: ✭ 67 (-5.63%)
Mutual labels:  django
Bugsnag Python
Official bugsnag error monitoring and error reporting for django, flask, tornado and other python apps.
Stars: ✭ 69 (-2.82%)
Mutual labels:  django
Webargs
A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp.
Stars: ✭ 1,145 (+1512.68%)
Mutual labels:  django
Django Alexa
Amazon Alexa Skills Kit integration for Django -- PENDING ADOPTION
Stars: ✭ 68 (-4.23%)
Mutual labels:  django
Cookiecutter Django Ansible
Powered by Cookiecutter, Cookiecutter Django Ansible is a framework for jumpstarting an ansible project for provisioning a server that is ready for your cookiecutter-django application.
Stars: ✭ 69 (-2.82%)
Mutual labels:  django
Django Arctic
Django Arctic is a framework that simplifies the creation of custom content management systems.
Stars: ✭ 68 (-4.23%)
Mutual labels:  django

.. --restructuredtext--

.. image:: https://github.com/ubernostrum/pwned-passwords-django/workflows/CI/badge.svg :alt: CI status image :target: https://github.com/ubernostrum/pwned-passwords-django/actions?query=workflow%3ACI

pwned-passwords-django provides helpers for working with the Pwned Passwords database of Have I Been Pwned <https://haveibeenpwned.com/Passwords>_ in Django <https://www.djangoproject.com/>_ powered sites. Pwned Passwords is an extremely large database of passwords known to have been compromised through data breaches, and is useful as a tool for rejecting common or weak passwords.

Documentation is available online <https://pwned-passwords-django.readthedocs.io/>_.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].