All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Bump
password-hash
to v0.5; MSRV 1.60 (#383) - Adopt OWASP recommendations (#388)
- Bump
pbkdf2
to v0.12 (#393)
- Bump
salsa20
dependency to v0.10, edition to 2021, and MSRV to 1.56 (#273)
- Bump
sha2
dependency to v0.10,pbkdf2
to v0.10,hmac
to v0.12 (#254)
- Bump
password-hash
to v0.3 (#217) - Use
resolver = "2"
; MSRV 1.51+ (#220) - Bump
pbkdf2
dependency to v0.9 (#233)
McfHasher
impls forScrypt
(#219)
- Bump
password-hash
crate dependency to v0.2 (#164) - Bump
hmac
andcrypto-mac
crate deps to v0.11 (#165) - Bump
salsa20
crate dependency to v0.8 (#166) - Bump
pbkdf2
crate dependency to v0.8 (#167)
- Pin
password-hash
to v0.1.2 or newer (#151)
- Bump
base64ct
dependency to v1.0 (#144)
- Enable
rand_core
feature ofpassword-hash
(#139)
Params
accessor methods (#123)
- Bump
base64ct
dependency to v0.2 (#119)
- PHC hash support using
password-hash
crate (#111)
- Minor documentation update (#50)
- Bump
pbkdf2
dependency to v0.5 (#45)