Open Side Menu Go to the Top
Register
FB accepts inccorect passwords FB accepts inccorect passwords

01-18-2017 , 06:15 PM
https://twitter.com/gcpascutto/statu...5332984717314/

what do you think about this? i don't see many downsides, and is def a convience to the end user
FB accepts inccorect passwords Quote
01-18-2017 , 08:35 PM
Interesting. I'm certainly more concerned about how they store passwords etc. Don't have much issue with the inverse caps and first letter capitalisation thing. Not so sure about the extra character bit not least as it's not totally clear what that might mean in practice (do they simply compare to the hash the string entered without its last character)?
FB accepts inccorect passwords Quote
01-18-2017 , 10:08 PM
Depends on where they do the translations. If they store all n versions of the password in the db or if they store the good version and do the transform 4 times as they check it against the db.
FB accepts inccorect passwords Quote
01-19-2017 , 12:20 AM
So it accepts, assuming a five letter word plus four digits, around 400 incorrect versions of your password?

What could go wrong?
FB accepts inccorect passwords Quote
01-19-2017 , 02:08 AM
400?
FB accepts inccorect passwords Quote
01-20-2017 , 12:31 AM
So say my password is:
Billy1991#

It'll take billy1991#, bIlly1991#, billy1991#@, BILLY1991#L, on and on and on

Doing napkin math, it's 2 ^ 5 for the first 5 chars, so 32 combinations, and 52 alpha, 25 numeric + special characters that can be added to the end (77). 32 combinations times 77 end possibilities = 2464 possible "correct" passwords.

I'm crazy tired and not thinking straight so someone check my math.

Last edited by Loki; 01-20-2017 at 12:36 AM.
FB accepts inccorect passwords Quote
01-20-2017 , 11:44 AM
I think you have that part wrong. Sounds like they only accept an extra character at the end in addition to making some of it case insensitive. Where did you get the idea of accepting different numbers?
FB accepts inccorect passwords Quote
01-20-2017 , 04:05 PM
only different numbers in my calc was as an extra character at the end

so, Billy1991#3

i haven't fully read up on this as I haven't had a fb account in years, so if it's not true that all the alpha can be the wrong case, obviously that changes the calculations
FB accepts inccorect passwords Quote
01-20-2017 , 04:37 PM
They ignore an extra character, how did that turn to more than one?

If your password is password it would accept passwordx where x is any character, not any group of characters.
FB accepts inccorect passwords Quote
01-20-2017 , 05:22 PM
right, so passwordx and passwordy would both be accepted, which is 2 variations of password. I'm not sure why you would think they don't both count in a list of incorrect passwords that are accepted?
FB accepts inccorect passwords Quote
01-20-2017 , 05:30 PM
Sorry, I misread your post, I thought you were saying something like else. Yes, it accepts a lot of variations on the correct password. I'll be glad when someone figures out how to do authentication without passwords right.
FB accepts inccorect passwords Quote
01-20-2017 , 09:18 PM
i can't imagine many facebook passwords are brute forced. i'd be surprised if accepting these extra ones are of much concern at all.

i suppose it might matter if someone is doing a targeted guess, like they've seen your password before or they have a similar password of yours from another site. but that's kind of a longshot.
FB accepts inccorect passwords Quote
01-20-2017 , 10:33 PM
Around 60% of people reuse passwords, according to the first internet link on google. So if you can make slight modifications to known passwords, you're in like flint.
FB accepts inccorect passwords Quote
01-20-2017 , 10:38 PM
Only if the "slight modification" was in capitalization.
FB accepts inccorect passwords Quote
01-21-2017 , 06:15 PM
Quote:
Originally Posted by Noodle Wazlib
So say my password is:
Billy1991#

It'll take billy1991#, bIlly1991#
My understanding is that they won't take the 2nd one. They said the 1st letter can be capped/uncapped, or all the letters can be capslocked/un, which is 4 combos, so it's 4 * 77 = 308 accepted strings for that pw (in fact, 308 for any pw containing more than one letter and beginning with a letter).
FB accepts inccorect passwords Quote

      
m