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…
Try protonmail
An Important Message About Yahoo User Security
31–40 of 356 posts
Re: An Important Message About Yahoo User Security
#32Earlier 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.
Re: An Important Message About Yahoo User Security
#33Yahoo's login experience has been horrible lately. This must be a contributing factor.
As for personal info, don't give it to them. Anyone who doesn't require it by law gets mis-info, this has served my privacy & security since the turn of the century. EVERYONE wants your phone number "for security" these days* , and yet, when they bungle their security yours goes out the window with a million+ others'.
*Your phone number is marketing gold to those who believe they value your personal, identifiable data more than you do.
edit: more asterisks, less italics
Re: An Important Message About Yahoo User Security
#34You 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…
Re: An Important Message About Yahoo User Security
#35Earlier quoted context omitted.
Is your service any better than haveibeenpwned.com ?
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.
Re: An Important Message About Yahoo User Security
#36How is it that 200M user accounts are worth only $1800?
Re: An Important Message About Yahoo User Security
#37Does this mean Verizon would assume liability if the purchase closes before a lawsuit/fine is brought?
Re: An Important Message About Yahoo User Security
#38Earlier quoted context omitted.
Try protonmail
Why not Tutanota?
Unfortunately, it does not support IMAP or POP, which I prefer just to have local copies of mails as a backup.
A paid account looks appropriate (and would help the company stays in business), but it's a bit pricey for my needs (though not as much as other providers who don't have a lot of flexibility on users/storage/aliases).
I will try the free account to experience it firsthand.
Re: An Important Message About Yahoo User Security
#39Earlier quoted context omitted.
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…
I don't use OO when I write PHP but it seems the real vulnerability there is the use of eval() . There is almost never a legitimate use for that function. I would definitely draw in to question the wisdom of OWASP deciding to classify this as a separate vulnerability. You should use the disable_functions directive in php.ini to hard-disable eval() (and other iffy functions) on production servers. One tutorial @ http:…
HTTP parsing is notoriously difficult and I'd rather trust cURL (which is battle-tested in a load of environments) than a PHP userspace library.
Re: An Important Message About Yahoo User Security
#40You can verify if your credentials have been compromised at https://heroic.com