That's nothing.... A friend of mine forwarded some emails shes gotten from jet blue. First this screenshot: http://i.imgur.com/oKKpFM1.png Followed by the money screenshot: http://i.imgur.com/DlAlQPt.png She redacted some of the information before she sent it (obviously). This is from Jan 21 of this year. It's just so sad.... It's incredible people still have plaintext passwords serverside....
Google does the same thing, so I guess Jet Blue is in good company.
Passwords for JetBlue accounts cannot contain a Q or a Z
51–60 of 221 posts
Re: Passwords for JetBlue accounts cannot contain a Q or a Z
#52When I saw the Sabre password requirements, I couldn't help but imagine that passwords are stored entirely numerically - "badpass" would be entered (hashed?) as "2237277", as in dialing a phone. So the password "abesass" would collide with "badpass" and grant access. Has Sabre at least upgraded their storage mechanism, or do (did?) they reduce entropy on passwords?
Re: Passwords for JetBlue accounts cannot contain a Q or a Z
#53That's ok, here's a better one. etrade - yeah, THAT etrade? Yeah. They make your passwords case-insensitive.
Re: Passwords for JetBlue accounts cannot contain a Q or a Z
#54It would make their password system slightly weaker perhaps, since freq(a) then becomes more like freq(a)+freq(q) and freq(b) more like freq(b)+freq(z). I'm not sure that's much weaker than just excluding Q and Z, though. The user experience is improved. The major downside would be in technical debt.
Re: Passwords for JetBlue accounts cannot contain a Q or a Z
#55If they were OK with applying more duct tape, why not map Q and Z to characters (eg. A and B) that can be part of passwords? (eg. a password of "quiz" would become "auib") It would make their password system slightly weaker perhaps, since freq(a) then becomes more like freq(a)+freq(q) and freq(b) more like freq(b)+freq(z). I'm not sure that's much weaker than just excluding Q and Z, though. The user experience is imp…
Q = ABDHCJSKJDHSSS
Z = YYYDUHUHUHSSYS
... to avoid weakening the password.
Re: Passwords for JetBlue accounts cannot contain a Q or a Z
#56Hell, for that matter, tell users they can't use vowels so they can't make words. They might do leet speak, or whatever which is pretty easy to crack given time, but it stops things like password re-use attacks (people less likely to have the same password as their other apps) and simple guessing attacks (try top 3 most popular passwords on all known emails/accounts).
For such a simple rule set (no vowels) it forces a decent level of password complexity.
Re: Passwords for JetBlue accounts cannot contain a Q or a Z
#57Actually this kind of gives me an idea: what if modern systems decided to just tell people they can't use "p" so that people stop using the word "password" or variants as their password. Hell, for that matter, tell users they can't use vowels so they can't make words. They might do leet speak, or whatever which is pretty easy to crack given time, but it stops things like password re-use attacks (people less likely to…
Re: Passwords for JetBlue accounts cannot contain a Q or a Z
#58Actually this kind of gives me an idea: what if modern systems decided to just tell people they can't use "p" so that people stop using the word "password" or variants as their password. Hell, for that matter, tell users they can't use vowels so they can't make words. They might do leet speak, or whatever which is pretty easy to crack given time, but it stops things like password re-use attacks (people less likely to…
There are a lot more variables at a job than at my house in my locked drawer.
Re: Passwords for JetBlue accounts cannot contain a Q or a Z
#59Re: Passwords for JetBlue accounts cannot contain a Q or a Z
#60They use Sabre (like others), and it's an archaic holdover from when phones didn't have Qs or Zs.