|
|
|
|
|
by Dylan16807
2264 days ago
|
|
What is larger than what? With the most straightforward way for "meeting id with a password" and "longer meeting id" to be the same, both methods provide the exact same expansion in search space compared to the previous implementation, and they have the exact same search space as each other. (That method being: concatenate shortid and password to get longid) |
|
I get the logic of it, but in a practical sense doesn’t it have the potential to be different? For example, if you have to enter a correct ID, wait, and then get prompted for a password, couldn’t that potentially slow down an attacker?
Alternately, couldn’t a bunch of correct meeting ID’s followed by incorrect PINs present an opportunity to flag the ID as under attack, or give a prompt to a host that would spur inquiry, or something?
Perhaps I’m wrong about this but it seems like there are some non trivial differences between the two.