Live data from Hacker News

How Skype fixes security vulnerabilities

hub.zhovner.com

61–70 of 119 posts

Re: How Skype fixes security vulnerabilities

#61

Sadly, Skype is still used a lot. More than half of the emails I receive with a next step of communication proposal come suggesting Skype. The only way to beat it would be to have another communication solution which can be used as simple as Skype is (for any age, technical literacy, etc.).

WebRTC is almost there, and I think in the next few years most such emails will have a link to a WebRTC based service. It is easier than Skype really. Just click a link and it starts a video call. There are jsut a few browser compatibility issues that need sorting out.

Re: How Skype fixes security vulnerabilities

#62

Earlier quoted context omitted.

> If I were setting up an automated abuse-report-receiving system that could automatically disable accounts, I would run some sort of filter for "is the account reporting the abuse itself a newly created account, and/or one with suspiciously low and non-human looking usage patterns?". That does not help against these kiddy vandals mentioned in the article.

yes, exactly why it's a hard problem to solve.

The solution is simple: Hire support people - and both train and allow them to deviate from the usual support flowcharts.

Oh, and check if they actually speak English well enough to communicate with customers. As a customer, I instantly notice outsourced callcenters.

Re: How Skype fixes security vulnerabilities

#63

I've been looking for a Skype alternative since the security of Skype was weakened after it was acquired by Microsoft. I've had my account stolen multiple times because their support has changed the primary e-mail address of my account, I had to use the same method the social engineers used to get my account back. Since then I've avoided sharing anything slightly sensitive over Skype, as chat history is synced with a…

Why don't you try Jitsi? https://jitsi.org/

Re: How Skype fixes security vulnerabilities

#64

Skype makes me sad. I used it 10 years ago, and it was great - or at least pretty good, compared to the other options. Video calls, screen sharing, chat. But it had a number of problems. Mostly surrounding using it on multiple devices, making it very hard to keep track of what has and has not been read. Log onto Skype on a device I have not used in a couple of days, and "unread" messages show up - messages I have alr…

> making it very hard to keep track of what has and has not been read

This seems to have finally been addressed, at least on my OSX/iOS combo.

Re: How Skype fixes security vulnerabilities

#65

Sadly, Skype is still used a lot. More than half of the emails I receive with a next step of communication proposal come suggesting Skype. The only way to beat it would be to have another communication solution which can be used as simple as Skype is (for any age, technical literacy, etc.).

This. People talk about various alternatives, but I haven't seen one. The requirements are pretty simple 1) Chat and group chat (persistent) 2) Simple file transfer and image posting in chat 3) Good quality voice calls, video calls and group voice calls 4) Apps for android/iOS with shared contact lists 5) Single application for all of the above (to enable a single group set, switching between group chat and group cal…

Riot.im is almost there, together with e2e crypto, foss stack, server federation and bridges to slack, irc etc.

Re: How Skype fixes security vulnerabilities

#66

I've been looking for a Skype alternative since the security of Skype was weakened after it was acquired by Microsoft. I've had my account stolen multiple times because their support has changed the primary e-mail address of my account, I had to use the same method the social engineers used to get my account back. Since then I've avoided sharing anything slightly sensitive over Skype, as chat history is synced with a…

I too switched from Skype to Wire, but it has been a challenge to convince other people to move to Wire. It has further been frustrating that it almost seems like the people running Wire have been trying to avoid marketing or letting people know that Wire exists.

That makes me wonder about their long term intentions (and if I'll lose credibility with my contacts that finally migrate to Wire just before wire vanishes or gets bought out by Facebook or Microsoft...)

Re: How Skype fixes security vulnerabilities

#67
post #53

Earlier quoted context omitted.

One can require the account before many years old before having much weighting. Also, require verified phone number by sms or a verified non prepaid credit card. Allow the user to use your site without that stuff, but restrict actions that spammers like to requiring it.

Requiring phone number or credit card is an extremely effective way to have a large class of (legitimate) users nope out of your service

requiring a credit card is a good way to stop 90% of the developing world from using your application... Stop a randomly chosen person on the street in a big city in India, Pakistan or Bangladesh and ask them if they have a visa or mastercard.

Re: How Skype fixes security vulnerabilities

#68

Earlier quoted context omitted.

I switched to Wire a year ago and haven't looked back. It meets all your requirements, and has end-to-end encryption (based on Signal Protocol) too.

I tried to use Wire with Zhovner (the author of this article) and it consumed 2 full CPU power for a simple voice call. My laptop heated up to 83°C, Zhovner's laptop was also hot. That's pretty strange since Wire has only interface written in javascript, all the core things are in Rust.

Maybe a Wire client bug... I've used Wire for voice+screen share, and my MBP i7 didn't heat up or make noise.

Re: How Skype fixes security vulnerabilities

#69
post #53

Earlier quoted context omitted.

One can require the account before many years old before having much weighting. Also, require verified phone number by sms or a verified non prepaid credit card. Allow the user to use your site without that stuff, but restrict actions that spammers like to requiring it.

Requiring phone number or credit card is an extremely effective way to have a large class of (legitimate) users nope out of your service

To report, not to make an account.

Re: How Skype fixes security vulnerabilities

#70

I don't think I can fault Skype for this "vulnerability" - the problem itself isn't really in code, but in people. Yes, within the article there's mention of a past attack which relied on socially engineering a support specialist to send verification codes and guess the result, but that seems to have stopped. I'd actually love to know the key generation algorithm or the probabilities that go into guessing one of four…

If they guessed the verification code then there's clearly a massive code issue.

And if a report system is broken enough you can just not have one. Or maybe take away the ability of an account to send friend requests while leaving the rest of it intact. That would take care of spambots without ruining real accounts.

Post reply on HN