Is username + password functionally equivalent to a single login string of the same length?

My intuition is failing me with this. Would it make it easier or harder for an attacker trying to gain access to any of the accounts in a database?
I can see that in the case of a single login string, you’re comparing it to all of the user… Continue reading Is username + password functionally equivalent to a single login string of the same length?