Class PasswordHashingServices

java.lang.Object
com.svenruppert.jsentinel.credential.password.PasswordHashingServices

public final class PasswordHashingServices extends Object
Wiring helpers for the Phase-1a PasswordHashingService.

Use defaults() for production code that wants the safe out-of-the-box configuration (OWASP-2023 PBKDF2 baseline, no pepper, KDF limiter with the default budget). Tests that need tighter parameters or different limiter behaviour build the service directly through the DefaultPasswordHashingService constructor.