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
The two-digit header of a bcrypt salt is a strength parameter. Valid
values for the strength parameter range from 4 to 31 inclusive. Update
the regex used to check the salt to only match against values from 04 to
31.
0 commit comments