Skip to main content

No project description provided

Project description

pwnedpasswds

A python wrapper for the Pwned Passwords API.

Usage

You can either use pwnedpasswds in your python code or as a command line utility.

Inside python

>>> from pwnedpasswds import check_passwd
>>> count = check_passwd("Password1")
>>> count
116789

Inside the commandline

You can supply passwords to pwnedpasswds as a command line argument, or thorugh stdin.

$ pwnedpasswds correcthorsebatterystaple
120
$ echo "linux4life" | pwnedpasswds
44
$ cat passwds.txt
troyhunt
p455w0rd
14m501337

$ cat passwds.txt | pwnedpasswds
11
15611
14

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

pwnedpasswds-0.1.0.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

pwnedpasswds-0.1.0-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page