Skip to main content

A python package allowing you to check if your password has been pwned.

Project description

Powned

Powned is a python packaged designed to check if your password was recovered in a data breach.
Harnessing the power of haveibeenpwned your query is sent safely and securely using k-anonymity practices.

Installation

Windows, OS X, and Linux

> pip install powned

Usage Example

>>> import powned
>>> powned.check("password1")
21345  # "password1" recovered in 21345 breaches

Development Setup

For when you want to work on Powned.

Create a virtual environment

> virtualenv venv
> ./venv/scripts/activate

Use pip to install in editable mode with development requirements

> pip install -e '.[dev]'

Run the provided test suite

> python -m pytest

Release History

  • 0.2.0
    • Removes defunct setup.py upload
    • Adds CONTRIBUTING.md
  • 0.1.0
    • Initial release
    • Adds password check functionality

Meta

Alex Macniven - @alex_macniven - @gmail
Distributed under the MIT license.

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

powned-0.2.0.tar.gz (4.0 kB view hashes)

Uploaded Source

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