Checkpwn Versions Save

Check Have I Been Pwned and see if it's time for you to change passwords.

0.5.4

2 years ago

Changelog:

  • Fix when using register, selecting a choice for overwriting an existing config, it would not be converted to lowercase correctly, error'ing on upper-case input.
  • Tracking release for checkpwn-lib 0.2.1 release

0.5.3

2 years ago

Changelog:

  • Ignore RUSTSEC-2020-0095 in security audit. An unmaintained advisory for a dependency of a dependency, of the assert_cmd crate used only for testing
  • Tracking release for checkpwn-lib 0.2.0 release

0.5.2

3 years ago

Changelog:

  • Tracking release for bump of checkpwn-lib to 0.1.1

0.5.1

3 years ago

Changelog:

  • Fix broken release build when trying to install with cargo install

0.5.0

3 years ago

Changelog:

  • [Breaking change] 2018 edition
  • HIBP API interaction logic split into checkpwn-lib
  • Using anyhow for error handling
  • Update to ureq 1.5

0.4.1

3 years ago

Changelog:

  • Switch to dirst-next (#36)

0.4.0

3 years ago

Changelog:

  • Switch from reqwest to ureq for HTTP requests (See #33)

0.3.9

3 years ago

Changelog:

  • Updated rpassword

0.3.8

3 years ago

Changelog:

  • Updated dependencies
  • Improvements to internal error-handling (#25 by @mdtro)

0.3.7

4 years ago

Changelog:

  • Add support for the new HIBP v3 API (issue: #13, pr: #23 #24). This re-enables the functionality to check for account breaches.

Huge thanks to @mdtro for not only providing the API key to test and develop this, but also help out on the actual implementation!