Skip to main content

A command line interface for the **haveibeenpwned.com** API - speaks keepass.

Project description

https://travis-ci.com/jugmac00/hibpcli.svg?branch=master https://coveralls.io/repos/github/jugmac00/hibpcli/badge.svg?branch=master https://img.shields.io/pypi/v/hibpcli.svg https://img.shields.io/pypi/pyversions/hibpcli.svg

hibpcli

A command line interface for the haveibeenpwned.com API - speaks keepass.

usage

check all passwords in your keepass database

$ hibpcli check-keepass PATHTOKEEPASSDB --password PASSWORDFORKEEPASSDB

The passwords of following entries are leaked:
[Entry: "test_title (test_user)"]

check a single password

$ hibpcli check-password --password PASSWORD

Please change your password!

contributions, feature requests, bug reports

Please create an issue at https://github.com/jugmac00/hibpcli/issues

tests

run all tests and linters

tox

run tests for Python 3.8 only

tox -e py38

pass through e.g. verbose argument to pytest

tox -e py38 -- -vv

generate coverage

tox -e coverage

thank you

CHANGELOG

unreleased

  • nothing yet

0.4.0 (25.05.2020)

added

  • introduce tox

  • introduce flake8

  • introduce flake8-click

  • introduce coverage via coveralls

  • add beta classifier

changed

  • improve readme

  • convert README and CHANGES to rst format

  • use setup.py instead of flit for packaging

  • move source code in src directory

  • update versions of installation dependencies

  • subcommand to check a single password now is check-password

  • subcommand to check a keepass db now is check-keepass

0.3.0 (03.11.2019)

added

  • add new subcommand “password” for checking a single password

  • add pdb++ to dev dependencies

  • add some basic error handling

  • add some classifiers

0.2.0 (02.11.2019)

added

  • add path option to keepass subcommand

  • add password option to keepass subcommand

changed

  • update dependencies

0.1.0 (01.11.2019)

added

  • add support for Python 3.7

  • add support for Python 3.8

  • create a “hibpcli” script

changed

  • use “black” code formatter

  • update dependencies

  • remove requirements-dev.txt

  • put test requirements in pyproject.toml

0.0.3 (29.01.2019)

added

  • add a separate file for changes

  • add info about testing and coverage

  • add more info for –help dialog

changed

  • do not show password when being entered

  • move keepass check into subcommand

  • check “path input” whether it is a file

  • improved tests and coverage (currently 100%)

0.0.2 (22.01.2019)

added

  • add dependencies to pyproject.toml

0.0.1 (22.01.2019)

  • initial release

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

hibpcli-0.4.0.tar.gz (11.2 kB view hashes)

Uploaded Source

Built Distribution

hibpcli-0.4.0-py3-none-any.whl (5.9 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