beatles1 Posted September 1, 2015 Share Posted September 1, 2015 Were passwords salted, I'm slightly worried by the post not mentioning it that they weren't? Link to comment
myonlake Posted September 1, 2015 Share Posted September 1, 2015 At least they were encrypted. That's already good enough, unless you happen to have a bad password that can be found from rainbow tables. Link to comment
beatles1 Posted September 2, 2015 Author Share Posted September 2, 2015 Hashed, not encrypted. It's not good enough without being salted. Most users will use common words and maybe some numbers and so without salt they will be very vulnerable. What's happened has happened, I just want to know. Link to comment
Myths_Gaming Posted September 3, 2015 Share Posted September 3, 2015 I've the same question, normal MD5 encryption can be easily decrypted using free databases on the internet that have billions and billions of words, so ... ? Link to comment
MTA Team Blokker_1999 Posted September 7, 2015 MTA Team Share Posted September 7, 2015 As far as I know phpbb3 uses the phpass framework. MD5 has been considered insecure for many years now. Any site still using it might as well simply use plain text. 1 Link to comment
beatles1 Posted September 7, 2015 Author Share Posted September 7, 2015 @Callum: viewtopic.php?f=31&t=92175 Link to comment
Jaysds1 Posted September 7, 2015 Share Posted September 7, 2015 Either way, everything was encrypted and you should still consider on changing your passwords... By the way, I heard one of the MTA Admin or Dev was working on a new Forum/Community/Bugs site for MTA. Seen by this anyways http://login.mtasa.com/ Link to comment
myonlake Posted September 8, 2015 Share Posted September 8, 2015 Either way, everything was encrypted and you should still consider on changing your passwords...By the way, I heard one of the MTA Admin or Dev was working on a new Forum/Community/Bugs site for MTA. Seen by this anyways http://login.mtasa.com/ Well that's just someone testing the sub-domain probably, no other reason for having a Google layout there, unless they're working on authenticating through Google in the future (which I'd like a lot). Link to comment
Mr_Moose Posted September 17, 2015 Share Posted September 17, 2015 Changing your password is the best thing you can do right now, hash functions are made to be extremely fast to calculate so using them to secure passwords aren't smart at all. Still tho, most forum software does exactly that including phpbb, mybb, smf etc.. Generally, the longer password you have the longer time it takes to crack it as a cracker needs to try all combinations, a few examples can be found here: https://hashcat.net/oclhashcat/#performance. To crack all passwords built by 6 characters you would only need a couple of seconds on a normal gaming PC. If the cracker used to mine bitcoin he'll probably crack all passwords a hundred times faster. So at this moment he's probably done cracking all the passwords here, although I don't think it's a big threat for the average members as the cracker can't do much more than post or edit some details, the important thing is that all administrators and moderators around here update their passwords. Link to comment
Jaysds1 Posted September 17, 2015 Share Posted September 17, 2015 Yea that's true, the big threat goes to Admins and Mods but it's also a threat to us because if the cracker follow our usernames anywhere else other than here. Like me, I use the same username on most sites but change password to something different; but others might use the same password for their username. Link to comment
myonlake Posted September 18, 2015 Share Posted September 18, 2015 Yea that's true,the big threat goes to Admins and Mods but it's also a threat to us because if the cracker follow our usernames anywhere else other than here. Like me, I use the same username on most sites but change password to something different; but others might use the same password for their username. The general rule is that you never trust anyone. For that reason alone you might want to consider having a different password on every site. If people have the same password everywhere, then that's more or less their own problem. You can never trust anyone, because everything is vulnerable to human error. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now