Skip to content

Releases: brycx/checkpwn

0.3.6

07 Apr 07:14
bb82f86
Compare
Choose a tag to compare

Changelog:

0.3.5

24 Mar 11:55
ffa271b
Compare
Choose a tag to compare

Changelog:

0.3.4

31 Dec 00:34
1151cc1
Compare
Choose a tag to compare

Changelog:

  • Update dependencies

0.3.3

16 Oct 07:49
1c84ade
Compare
Choose a tag to compare

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

21 Aug 09:56
c0e5815
Compare
Choose a tag to compare

Changelog:

  • Updated zeroize and rpassword dependencies.

0.3.1

22 Jun 12:24
8df28fd
Compare
Choose a tag to compare

Changelog:

  • Update zeroize.

0.3.0

02 Jun 11:47
f695a30
Compare
Choose a tag to compare

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.