powned 0.2.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

powned 0.2.0

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.