bcrypt-pbkdf password-based key derivation function, implementing the bcrypt PBKDF algorithm.
# Cargo.toml
[dependencies]
bcrypt-pbkdf = "0.11.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Derives a key from a password and salt using bcrypt-pbkdf.
Use a cost factor of at least 4 (as in the example) and adjust based on performance requirements.
No dependency data recorded yet.