You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default generation cost changes from 8 to 10; require Node.js 22+.
Reject new bcrypt passwords over 72 UTF-8 bytes instead of silently truncating them. Verification preserves existing bcrypt truncation behavior up to a 4,096-byte input limit.
Retain the old low-byte encoding only in explicit checkPasswordLegacy() for migration; no automatic fallback.