|
|
|
|
|
by mlyle
1588 days ago
|
|
In passwordle, the input is a 14 character password made up of letters, numbers, and punctuation, chosen with some bias. There's less than 92 bits of entropy (the bias shaves off a few bits of effective entropy but I'm too lazy to calculate it). That is-- out of the range of current brute force, but if it were just a few characters shorter, it could be attacked with this oracle technique no problem. |
|