Gmail password first character is case insensitive on mobile device
support.google.com
Gmail password first character is case insensitive on mobile device
1–10 of 278 posts
Re: Gmail password first character is case insensitive on mobile device
#2Re: Gmail password first character is case insensitive on mobile device
#3So they hash both versions of the password? Or how does this work?
Re: Gmail password first character is case insensitive on mobile device
#4Re: Gmail password first character is case insensitive on mobile device
#5So they hash both versions of the password? Or how does this work?
They probably just do two password checks.
I've also found that for email fields you need to be careful to normalize the input (trim, casing) as safari had a habit of autocorrecting the first character to be a capital
Re: Gmail password first character is case insensitive on mobile device
#6So they hash both versions of the password? Or how does this work?
Re: Gmail password first character is case insensitive on mobile device
#7Re: Gmail password first character is case insensitive on mobile device
#8So they hash both versions of the password? Or how does this work?
Re: Gmail password first character is case insensitive on mobile device
#9Re: Gmail password first character is case insensitive on mobile device
#10So they hash both versions of the password? Or how does this work?
> Looks like the app is clever enough to try changing the case of the first letter if the first attempt fails.
Still, looks like a compromise between usability and security/reduced password entropy.