Checkpwn Versions Save

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

0.3.6

4 years ago

Changelog:

0.3.5

4 years ago

Changelog:

0.3.4

4 years ago

Changelog:

  • Update dependencies

0.3.3

4 years ago

Changelog:

  • Update dependencies
  • Remove HIBP requests when checking for accounts, as this is not currently supported due to #13. When trying to do so a message saying it was not possible to check for breaches will show, instead of just that a breach was found.

0.3.2

4 years ago

Changelog:

  • Updated zeroize and rpassword dependencies.

0.3.1

4 years ago

Changelog:

  • Update zeroize.

0.3.0

4 years ago

Changelog:

  • Fix bug that resulted in not actually sending requests to the paste database but instead the account database twice.
  • Reduce memory footprint greatly when checking passwords.
  • Update copyright year.
  • Switch from clear_on_drop to zeroize so checkpwn no longer needs a C compiler to be present.
  • MSRV (Minimum Supported Rust Version) is now 1.35+ because of zeroize.