Live data from Hacker News

An Important Message About Yahoo User Security

yahoo.tumblr.com

41–50 of 356 posts

Re: An Important Message About Yahoo User Security

#41

Earlier quoted context omitted.

HIBP is a great service and was the first one on the scene. HEROIC has more breached records than HIBP and with a free account on HEROIC you can see more details about how you have been compromised along with better search capabilities.

But apparently not a strict superset of HIBP, since your site shows nothing for an address that I know was exposed in multiple hacks/leaks.

We should have everything that HIBP has plus another .5 billion.

Re: An Important Message About Yahoo User Security

#42
post #32

Earlier quoted context omitted.

FastMail has working tech but customer service leaves a lot to be desired. Google is leagues ahead of them there. It's better than Office365 support though.

My experience has been entirely the opposite of yours. Fastmail has excellent (and personal) customer service whereas getting ahold of someone at Google is nearly impossible.

Truth be told, with Google Apps you get phone support and email support usually answers withing 24 hours in my experience.

Problem is they couldn't help me much when I had problems. Google Apps has serious limits and contacting support won't help you get around those limits. Most of the time support just tells you what you can already find in their online docs.

They only solved two issues for me: (1) when I wanted to change my primary domain, after 2-3 months of asking them repeatedly, they finally enrolled me into this beta programming and finally changed my primary domain. And (2) when I upgraded to the annual subscription and then changed my mind, they reverted me to the flexible pricing. On the other hand they couldn't even help with with an import gone wrong.

With FastMail I have had a good experience thus far.

Re: An Important Message About Yahoo User Security

#43
post #18

Earlier quoted context omitted.

Moving to a new email address (and taking all your existing mails with you to the new inbox) is actually far easier than changing phone numbers. Almost all (old) providers let you set up a mail forwarding (to the new provider). But even better, several services let you set up some fetchmail-like program where it imports all the messages from the old provider, e.g. via POP3 or IMAP, and even deletes them with the old…

FastMail has working tech but customer service leaves a lot to be desired. Google is leagues ahead of them there. It's better than Office365 support though.

For me FastMail's customers service has been better than Google Apps.

And had fewer issues in general with FastMail. Google Apps has some crazy limits, like on the number of IMAP connections or email aliases, you can't normally change the primary domain, you can't setup an abuse@ alias, etc, etc. and contacting Google Apps support doesn't do more than for them to tell what's already written in the docs.

And I mentioned in another mail, but FastMail's IMAP import and POP3 links work, whereas this functionality is broken for Gmail and Google's support won't help you ;-)

Re: An Important Message About Yahoo User Security

#44

Moving email addresses out from one provider and creating another one is more difficult than moving phone numbers (in the latter case, number portability could help, if available). What exactly can an average/common end user do for such incidents, even if it is to avoid them in the future? I use different passwords across accounts, with all of them being somewhat complex or very complex. I have looked at a few differ…

Buy your own domain, you control the MX record.

Right, but it still needs an email service provider to point to (and I wouldn't want to run it myself for various reasons). And the providers I've seen are expensive (for me).

Re: An Important Message About Yahoo User Security

#45

Moving email addresses out from one provider and creating another one is more difficult than moving phone numbers (in the latter case, number portability could help, if available). What exactly can an average/common end user do for such incidents, even if it is to avoid them in the future? I use different passwords across accounts, with all of them being somewhat complex or very complex. I have looked at a few differ…

https://www.namecheap.com/hosting/email.aspx I personally use Gmail as an IMAP client for my domain's mailbox. I get the convenience of webmail + the ability to move my data elsewhere if I wish to.

I've been trying to reduce my footprint with Google, Facebook, etc., for privacy reasons. I love Gmail's spam filter, and am ok with some of the annoyances in the webmail interface. But the privacy part makes me feel uncomfortable.

Re: An Important Message About Yahoo User Security

#46
post #14

Moving email addresses out from one provider and creating another one is more difficult than moving phone numbers (in the latter case, number portability could help, if available). What exactly can an average/common end user do for such incidents, even if it is to avoid them in the future? I use different passwords across accounts, with all of them being somewhat complex or very complex. I have looked at a few differ…

Buying a domain name is the equivalent of number portability. Recommended for everyone.

I would hesitate to recommend using a personal domain for email. It's more complex and worse for security.

In addition to securing access to your email provider (Gmail for example), you now have to secure access to your domain provider too. And even if you do your best, they might fall for social engineering because they take phone calls--like in the famous @N hack:

https://medium.com/@N/how-i-lost-my-50-000-twitter-username-...

Re: An Important Message About Yahoo User Security

#48

You can verify if your credentials have been compromised at https://heroic.com

Here is a script for the command line enthusiasts. #!/bin/bash EADDRESS=$([[ "$1" == "" ]] && echo "noreply@example.com" || echo "$1") EADDRESS=$(echo "$EADDRESS" | sed 's;@;%40;') RESPONSE=$( curl "https://heroic.com/wp-admin/admin-ajax.php" \ -H "accept-language: en-US,en;q=0.8" \ -H "accept-encoding: gzip, deflate, br" \ -H "user-agent: Mozilla/5.0 (KHTML, like Gecko) Safari/537.36" \ -H "content-type: application…

As long as I have you here... ;)

I primarily write JS for a living but because I freelance I often have to work with wordpress. After spending a few weeks digging into the internals I soon realized that every single wordpress project I've inherited–paid themes included–were horrendous and failed to utilize the most basic facilities provided by core.

In most of these projects a quick turnaround was more important than clean code (probably the cause of the aforementioned horrendous codebases), so I always just hacked away at the templates without every trying to gain a deep understanding of PHP, its recommended best practices, and security gotchas.

My question is, can you point me towards something like "PHP, the good parts"? I would like to know how to write well architected, performant, and secure PHP on the occasions I need to use it professionally. I know that PHP has a reputation as being dangerous by default, so knowing what not to do would be reassuring. So far all of the PHP books I've found have been fairly disappointing; covering all of the features without really detailing any best practices or opinions.

Re: An Important Message About Yahoo User Security

#49
post #23

Anybody know what hash they use at yahoo for account passwords?

You're likely under-estimating the amount of CPU time they're willing to throw at the problem. If you have to ask, the answer is "not strong enough for your password. Change your Yahoo password. Change all other passwords that were shared. Stop sharing passwords across sites."

On the other hand, my LinkedIn password was 15 base-64 characters, poorly hashed with just SHA-1. As a rough ballpark, cracking it on average comes out to about 500 times all of the work that has ever been put into BitCoin mining. I still changed my password after the breach. Why not?

Re: An Important Message About Yahoo User Security

#50

Earlier quoted context omitted.

Buy your own domain, you control the MX record.

Right, but it still needs an email service provider to point to (and I wouldn't want to run it myself for various reasons). And the providers I've seen are expensive (for me).

Did Google stop offering a free tier for Apps For Your Domain? I guess I missed the part about being grandfathered in.
Post reply on HN