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
BCrypt.checkpw seems to ignore differences in the password after a certain number of characters. If the first 70 or 80 characters of the password being checked is the same as the password that generated the hash then the check will succeed.