haveibeenpwnd
Advanced tools
+17
-2
@@ -10,4 +10,6 @@ python bindings for HaveIBeenPwnd.com V2 | ||
| * does not sent passwords to HaveIBeenPwnd.com | ||
| * does not sent complete password hashes to HaveIBeenPwnd.com | ||
| * check if an email was part of a breach | ||
| * check if a password is known from a breach against HaveIBeenPwnd.com | ||
| * does not sent passwords to HaveIBeenPwnd.com | ||
| * does not sent complete password hashes to HaveIBeenPwnd.com | ||
| * zero dependencies except requests (will be removed later) | ||
@@ -27,2 +29,4 @@ * python2 & python3 support | ||
| .. code-block:: bash | ||
| $ pip install haveibeenpwnd | ||
@@ -33,2 +37,4 @@ | ||
| .. code-block:: bash | ||
| $ haveibeenpwnd --password hunter2 | ||
@@ -42,2 +48,3 @@ The password was found 16092 times in the haveibeenpwned.com database. | ||
| .. code-block:: bash | ||
@@ -56,2 +63,4 @@ $ haveibeenpwnd -m test@example.com | ||
| .. code-block:: python | ||
| >>> from haveibeenpwnd import check_email | ||
@@ -64,2 +73,4 @@ >>> check_email("test@example.com")) | ||
| .. code-block:: python | ||
| >>> from haveibeenpwnd import check_password | ||
@@ -76,2 +87,4 @@ >>> check_password('hunter2') | ||
| .. code-block:: bash | ||
| $ pip install haveibeenpwnd | ||
@@ -85,2 +98,4 @@ | ||
| .. code-block:: bash | ||
| $ tox | ||
@@ -87,0 +102,0 @@ |
+19
-4
| Metadata-Version: 2.0 | ||
| Name: haveibeenpwnd | ||
| Version: 0.2.1 | ||
| Summary: Check passwords against HaveIBeenPwnd | ||
| Version: 0.2.2 | ||
| Summary: Check passwords and emails against HaveIBeenPwnd | ||
| Home-page: https://github.com/berend/haveibeenpwnd | ||
@@ -34,4 +34,6 @@ Author: Berend Kapelle | ||
| * does not sent passwords to HaveIBeenPwnd.com | ||
| * does not sent complete password hashes to HaveIBeenPwnd.com | ||
| * check if an email was part of a breach | ||
| * check if a password is known from a breach against HaveIBeenPwnd.com | ||
| * does not sent passwords to HaveIBeenPwnd.com | ||
| * does not sent complete password hashes to HaveIBeenPwnd.com | ||
| * zero dependencies except requests (will be removed later) | ||
@@ -51,2 +53,4 @@ * python2 & python3 support | ||
| .. code-block:: bash | ||
| $ pip install haveibeenpwnd | ||
@@ -57,2 +61,4 @@ | ||
| .. code-block:: bash | ||
| $ haveibeenpwnd --password hunter2 | ||
@@ -66,2 +72,3 @@ The password was found 16092 times in the haveibeenpwned.com database. | ||
| .. code-block:: bash | ||
@@ -80,2 +87,4 @@ $ haveibeenpwnd -m test@example.com | ||
| .. code-block:: python | ||
| >>> from haveibeenpwnd import check_email | ||
@@ -88,2 +97,4 @@ >>> check_email("test@example.com")) | ||
| .. code-block:: python | ||
| >>> from haveibeenpwnd import check_password | ||
@@ -100,2 +111,4 @@ >>> check_password('hunter2') | ||
| .. code-block:: bash | ||
| $ pip install haveibeenpwnd | ||
@@ -109,2 +122,4 @@ | ||
| .. code-block:: bash | ||
| $ tox | ||
@@ -111,0 +126,0 @@ |
+1
-1
@@ -1,1 +0,1 @@ | ||
| {"classifiers": ["Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Intended Audience :: Developers", "Topic :: Security", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6"], "description_content_type": "UNKNOWN", "extensions": {"python.commands": {"wrap_console": {"haveibeenpwnd": "haveibeenpwnd.main:run"}}, "python.details": {"contacts": [{"email": "berend.kapelle@gmail.com", "name": "Berend Kapelle", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst"}, "project_urls": {"Home": "https://github.com/berend/haveibeenpwnd"}}, "python.exports": {"console_scripts": {"haveibeenpwnd": "haveibeenpwnd.main:run"}}}, "extras": [], "generator": "bdist_wheel (0.30.0)", "license": "MIT", "metadata_version": "2.0", "name": "haveibeenpwnd", "run_requires": [{"requires": ["requests"]}], "summary": "Check passwords against HaveIBeenPwnd", "test_requires": [{"requires": ["codecov", "hacking", "mock", "pytest", "pytest-cov"]}], "version": "0.2.1"} | ||
| {"classifiers": ["Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Intended Audience :: Developers", "Topic :: Security", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6"], "description_content_type": "UNKNOWN", "extensions": {"python.commands": {"wrap_console": {"haveibeenpwnd": "haveibeenpwnd.main:run"}}, "python.details": {"contacts": [{"email": "berend.kapelle@gmail.com", "name": "Berend Kapelle", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst"}, "project_urls": {"Home": "https://github.com/berend/haveibeenpwnd"}}, "python.exports": {"console_scripts": {"haveibeenpwnd": "haveibeenpwnd.main:run"}}}, "extras": [], "generator": "bdist_wheel (0.30.0)", "license": "MIT", "metadata_version": "2.0", "name": "haveibeenpwnd", "run_requires": [{"requires": ["requests"]}], "summary": "Check passwords and emails against HaveIBeenPwnd", "test_requires": [{"requires": ["codecov", "hacking", "mock", "pytest", "pytest-cov"]}], "version": "0.2.2"} |
+1
-1
@@ -1,1 +0,1 @@ | ||
| {"git_version": "9d63fba", "is_release": true} | ||
| {"git_version": "8a5011f", "is_release": true} |
+8
-8
| haveibeenpwnd/__init__.py,sha256=SbEB7usJaPWKOufOOu4zUYGSM6FwcSFF5YPEKrcd01Y,130 | ||
| haveibeenpwnd/main.py,sha256=vB87YuA3FAq-C-f0ZD-vqCYo9swLiHOBRyykgsYETPo,3740 | ||
| haveibeenpwnd-0.2.1.dist-info/DESCRIPTION.rst,sha256=gl7WYWjjmaBled78qTPybhXLQkGfEuqNg7fI5Y16lNU,1918 | ||
| haveibeenpwnd-0.2.1.dist-info/METADATA,sha256=mMTZ2RR5rUyLNuXclT-DMKc6M3bNp8SOhCDiECUss4E,2779 | ||
| haveibeenpwnd-0.2.1.dist-info/RECORD,, | ||
| haveibeenpwnd-0.2.1.dist-info/WHEEL,sha256=kdsN-5OJAZIiHN-iO4Rhl82KyS0bDWf4uBwMbkNafr8,110 | ||
| haveibeenpwnd-0.2.1.dist-info/entry_points.txt,sha256=HuCU4U9eE9Hyaahgci1LuQTUJI5OJjd2YUyQZUwnnT0,58 | ||
| haveibeenpwnd-0.2.1.dist-info/metadata.json,sha256=IBpI2M_o4eXD5FPZUXkEEuJsiSBQNLYJSoZsq0vMOiY,1252 | ||
| haveibeenpwnd-0.2.1.dist-info/pbr.json,sha256=joa9NVOnUFmD4LuniysRHZkQs0TkKCAHEO4jqjt6EMk,46 | ||
| haveibeenpwnd-0.2.1.dist-info/top_level.txt,sha256=1dClyupGOC1KaF41-qHNyWJyRrgkZM9b07TcUoeQxCA,14 | ||
| haveibeenpwnd-0.2.2.dist-info/DESCRIPTION.rst,sha256=5dZh9uJpjKZhWvj4AVGach8GniDM54mTOrsdj8wwq_M,2195 | ||
| haveibeenpwnd-0.2.2.dist-info/METADATA,sha256=W8o6KO2J8E5o4ns5Re_FmWSKP-mUbhl-9z6bvZW0anU,3067 | ||
| haveibeenpwnd-0.2.2.dist-info/RECORD,, | ||
| haveibeenpwnd-0.2.2.dist-info/WHEEL,sha256=kdsN-5OJAZIiHN-iO4Rhl82KyS0bDWf4uBwMbkNafr8,110 | ||
| haveibeenpwnd-0.2.2.dist-info/entry_points.txt,sha256=HuCU4U9eE9Hyaahgci1LuQTUJI5OJjd2YUyQZUwnnT0,58 | ||
| haveibeenpwnd-0.2.2.dist-info/metadata.json,sha256=W3DZBY19IN-KRkaaMUWJSKXaEC5dO9-Cn5RZmjYxtgY,1263 | ||
| haveibeenpwnd-0.2.2.dist-info/pbr.json,sha256=r5WW1cMcs1FZBfPaXQBsNmWkdNCKZzG5x0qVeNKe-Y8,46 | ||
| haveibeenpwnd-0.2.2.dist-info/top_level.txt,sha256=1dClyupGOC1KaF41-qHNyWJyRrgkZM9b07TcUoeQxCA,14 |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.