Have I Been Pwned? password validator
Project description
django-pwny
Have I Been Pwned? password validator. Inspired by a blog post on the subject.
Quickstart
Install django-pwny:
pip install django-pwny
Add it to your AUTH_PASSWORD_VALIDATORS
:
AUTH_PASSWORD_VALIDATORS = [
...
"pwny.validation.HaveIBeenPwnedValidator",
...
]
Features
- TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install Django requirements/test.txt
(myenv) $ tox
Credits
Tools used in rendering this package:
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django_pwny-0.2.17.tar.gz
(6.3 kB
view details)
Built Distribution
File details
Details for the file django_pwny-0.2.17.tar.gz
.
File metadata
- Download URL: django_pwny-0.2.17.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Linux/5.15.0-113-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0842cffb48206008ac4dca20cc8e80faf8e32feed02f07fb5cb93d8f547c1ca8 |
|
MD5 | 5254c63df0d9fc50a9f06e5e5ef66fe1 |
|
BLAKE2b-256 | 59c6e6a2b5ab962fdb5d7f6de4032ac18f0a7f0f80b4eeea113d0010d5867eb8 |
File details
Details for the file django_pwny-0.2.17-py3-none-any.whl
.
File metadata
- Download URL: django_pwny-0.2.17-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Linux/5.15.0-113-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 245e62a3e81eeb980846936f9fe1b923a61ce9aee875201e108ee1c9ac36cd8d |
|
MD5 | b14cd378be03b2047323dfb5cbc85f53 |
|
BLAKE2b-256 | 62f0fe61812934a66d44bf4f7b3d1a75f01b8f68826aa5ea8760215f4b78a7aa |