Over 7 Million Accounts for Minecraft Community Hacked (vice.com) 40
Joseph Cox, reporting for Motherboard: Over seven million user accounts belonging to members of Minecraft community "Lifeboat" have been hacked, according to security researcher Troy Hunt. Hunt said he will upload the data to his breach notification website "Have I Been Pwned?", which allows people to check if their account is compromised, on Tuesday, and that it includes email addresses and weakly hashed passwords -- meaning that hackers could likely obtain full passwords from some of the data. "The data was provided to me by someone actively involved in trading who's sent me other data in the past," Hunt, who has verified the data and sent Motherboard a redacted screenshot of some of it, said in an email.
Re: (Score:2, Informative)
This story doesn't have anything to do with Microsoft.
It's a 3rd party forum/service, and has nothing to do with actual Minecraft accounts.
It also happened several months ago, the provider has been forcing resets and changed their hashing algorithm to something not completely stupid.
Re: (Score:2)
TLDR: The stupid Lifeboat people used MD5 hashes (Score:5, Informative)
Re: (Score:3)
I know, right? ROT13 is much better and ROT26 is twice as good.
Re: (Score:2, Funny)
One of the common themes in all of the security breaches and software security bugs that we've encountered lately is that an intelligent programmer isn't being used.
As these breaches continue to happen, the more I realize that we need to start rewriting all of our software to use an intelligent programmer. It won't be an easy process, of course. Nothing worth doing ever is easy! But once we do rewrite all of our software using a person that's as safe as an intelligent programmer then we'll all be a lot bett
Oh, look. It's the Hipster Switcharoo Fallacy. (Score:1)
You've committed the Hipster Switcharoo Fallacy. This logical fallacy, typically committed by hipsters, involves taking a sound, sensible argument and using it as a template when creating a new argument that's supposed to contradict the original argument. A few words are switched, and the hipster thinks he has come up with a witty rebuttal to the argument, when in reality he has only made himself look like a blithering idiot. The new argument is typically flawed in most ways.
First of all, you forgot to swit
Re: (Score:1)
It's not that the programmers are unintelligent, it's that they don't understand or know about security. Worse yet, they might think they do know a lot about security. I've been in the automotive industry for a decade, and I did write some crypto-using code for a secure update and configuration channel when I was a young guy. But, the key interface was designed AND implemented by a more senior engineer, and he reviewed my code as well. I wrote tests for his part. Now, I know enough about security to be scar
Re:Was Rust being used? Probably not! (Score:4, Informative)
In Rust, the default "hash" function (std::hash - https://doc.rust-lang.org/std/hash/) uses SipHash 2-4, which isn't cryptographically secure (http://crypto.stackexchange.com/questions/17996/is-siphash-cryptographically-secure). Developers need to use a third party "crate" like pwhash (https://users.rust-lang.org/t/pwhash-a-password-hashing-verification-library/4581) to get some decent hashing algorithms in their Rust app, and even then, Rust developers still need to be smart enough not to pick one of the insecure options. (Fortunately, the pwhash doc is pretty good.)
Re: (Score:1)
What gets me is that in 2016, most web management software requires you to use 3rd party solutions to properly protect passwords.We have know that encrypting, hashing and salting passwords in the DB should be done in all cases, for the past 10 years at least, but most software makes a web developer look elsewhere for the functionality.
Re: (Score:1)
Re: (Score:3)
I'm sorry, is there a secret underground war between Minecraft players and Facebook users that we don't know about?
Re: (Score:3)
Re: (Score:2)
"Have I Been Pwned?" (Score:1)
No, but if you ask and draw attention to yourself, you probably will be... or an arrest warrant may pop up... It's almost quantum. Asking questions about something or someone will have an effect on it/them
As always... (Score:2)
Re: (Score:1)
Uh Oh... results for "nobody@example.com":
"Pwned on 6 breached sites and found 3 pastes (subscribe to search sensitive breaches)"
Re: (Score:2)
For super accurate results, enter your user name and password into the form provided. Then the answer is guaranteed to be correct.
Lifeboat accounts hacked, not Minecraft accounts (Score:2)
Uh oh (Score:2)