Releases: brycx/checkpwn
Releases · brycx/checkpwn
0.3.6
Changelog:
- Bump dependencies due to bumpalo vulnerability.
0.3.5
Changelog:
- Use padded password responses from HIBP when checking password breaches
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
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
tozeroize
so checkpwn no longer needs a C compiler to be present. - MSRV (Minimum Supported Rust Version) is now 1.35+ because of
zeroize
.