Skip to content

password-hash v0.6.0#2338

Merged
tarcieri merged 1 commit intomasterfrom
password-hash/v0.6.0
Mar 10, 2026
Merged

password-hash v0.6.0#2338
tarcieri merged 1 commit intomasterfrom
password-hash/v0.6.0

Conversation

@tarcieri
Copy link
Member

@tarcieri tarcieri commented Mar 9, 2026

Added

  • Generic H param to traits to support multiple string formats e.g. PHC, MCF (#2110)
  • Implement From<phc::Error> for Error (#2124)
  • rand_core feature (#2126)
  • Salt generating helper functions (try_)generate_salt (#2128)
  • Error::RngFailure variant (#2337)

Changed

  • Edition changed to 2024 and MSRV bumped to 1.85 (#1759)
  • Extract CustomizedPasswordHasher trait (#2105)
  • Bump getrandom to v0.4 (#2258)

Removed

  • Encoding enum (#2102)
  • PHC types moved to the phc crate, which is re-exported as password_hash::phc when the phc
    crate feature is enabled (#2103, #2116):
    • Ident
    • Output
    • ParamsString
    • PasswordHash
    • PasswordHashString
    • Salt
    • SaltString
    • Value
  • McfHasher trait (#2334)

@tarcieri tarcieri requested a review from newpavlov March 9, 2026 23:40
@tarcieri tarcieri force-pushed the password-hash/v0.6.0 branch from 23d6af5 to 10bc803 Compare March 10, 2026 00:25
@tarcieri tarcieri merged commit 01b44a6 into master Mar 10, 2026
86 checks passed
@tarcieri tarcieri deleted the password-hash/v0.6.0 branch March 10, 2026 00:33
tarcieri added a commit to RustCrypto/password-hashes that referenced this pull request Mar 10, 2026
tarcieri added a commit to RustCrypto/password-hashes that referenced this pull request Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants