Hacker News new | past | comments | ask | show | jobs | submit login

>In other testing, I found that Zoom has a maximum password length of 10 characters, and whilst it accepts non-ASCII characters (such as ü, €, á) it converts them all to ? after you save the password

Maximum password length of 10 chars, and auto-converting non-ASCII to '?' are both extremely egregious password practices.. Why does it not surprise me Zoom is doing both. I wonder it they also silently truncate passwords > 10 chars?

These are absolute basics. Let alone not rate limiting and the laundry list of other terrible (lack of) security practices.




They do silently truncate account passwords greater than 32 characters, but what's (arguably?) worse is they only do it in some places and not others.

I use 1Password and sometimes when it pastes in it works, sometimes the UI complains the password is longer than 32 characters.

I sent them a screen shot on Twitter [0] figuring their US support people would see it, but they didn't seem to care that much (got some generic response).

We just shouldn't be using them: https://zalberico.com/essay/2020/06/13/zoom-in-china.html

[0]: https://twitter.com/zachalberico/status/1257910514966908933


Thanks for linking that essay. It's a good read. I especially liked the Sarah/Exec conversation. Will definitely keep this one saved for later.


Do Chinese people not use Chinese characters in their passwords?


Entering Chinese characters requires using an input method engine that turns keyboard input into a list of candidate words from which the user picks the correct one. If you used that method to enter a password, shoulder surfing would be trivial. I think it's usually automatically disabled for password input fields.


Additionally, there are other methods like Zhuyin that some people (typically the older generation that used computers before contextual dropdowns) use. I believe those keys just map 1-1 with American keyboards so they would just type the keycodes for Chinese characters and ASCII is inputted into the password field, but correct me if I'm wrong.


Zhuyin is just another way to input Chinese phonetically, so it requires the same feedback mechanism to choose the correct character. You're probably thinking of Cangjie, which was designed to have a unique code for each character, so theoretically it doesn't require feedback but modern implementations seem to have it anyway.


It's never allowed, part of the reason is you need to install Chinese IME to begin with.


>I wonder it they also silently truncate passwords > 10 chars?

Is it possible to limit passwords to 10 characters and silently truncate them too?


SANS Incident Response Team has entered the chat


Looks like „utf8mb4” mysql issue ? :)




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: