Earlier quoted context omitted.
Website still managed by a just graduated 21 year old?
A prodigy at 6 years old back in the day.
Opensubtitles.org breached – Email addresses, IP addresses, Passwords, Usernames
171–180 of 194 posts
Re: Opensubtitles.org breached – Email addresses, IP addresses, Passwords, Usernames
#172Earlier quoted context omitted.
I am confused, the GIF show a login+password for opensubtitles https://camo.githubusercontent.com/a1cd19d17f0484669e61673fa... . Oh, well. I'll give a try next time I launch kodi, thanks for the tip.
It says "Optional" next to the username/password.
Re: Opensubtitles.org breached – Email addresses, IP addresses, Passwords, Usernames
#173Earlier quoted context omitted.
Do we need to toggle this feature somewhere in the settings? I use KeepassDX but I've never been asked by the app to auto-fill in passwords on websites or other apps.
It's a separate keyboard, and needs to be enabled in the keyboard settings of Android. There's a link in the KeepassDX settings. There is a separate autofill feature, but that works quite rarely, maybe 10% of the apps support that, but that makes things even easier.
Re: Opensubtitles.org breached – Email addresses, IP addresses, Passwords, Usernames
#174Re: Opensubtitles.org breached – Email addresses, IP addresses, Passwords, Usernames
#175Meh. I treated that site like every random site that requires a login that I think I'll use once: it got my 20 year old Hotmail address, a randomly generated password, and was accessed solely from my VPN IP. The only reason I even set up an account was so that one of my Kodi extensions could hook into it.
I used it like a public site, using a very popular password. Same as in other sites where people share the same account between multiple people. I don't really mind that they got breached. I hope they recover easily and continue to offer their service. And I will not change that password, unless I am denied access. Don't really care if people know it.
Funny, though, they got breached approximately an hour after I went VIP - it's the only way to download an entire season of subtitles, and their maint window correlates to me having spotty subtitle coverage across most of my library. So I gave in and gave money.
Then it's like "invalid password!"
Re: Opensubtitles.org breached – Email addresses, IP addresses, Passwords, Usernames
#176Opensubtitles became really frustrating to use once they began asking for a login and a password to download subtitles in VLC or Xbmc/kodi (basically every time you need to use the API). I always forgot about login details and in my opinion it wasn't needed at all for them except for profile tracking I guess. They forced people to register to get subtitles, they willingly forced people to increase their attack surfac…
Re: Opensubtitles.org breached – Email addresses, IP addresses, Passwords, Usernames
#177Earlier quoted context omitted.
> simply do bcrypt(md5(password)) This could also be problematic. Password Shucking https://www.youtube.com/watch?v=OQD3qDYMyYQ
I wonder if adding a random salt for each account would help in that situation?. bcrypt(md5(password) + salt) + salt the problem with password shucking would be that they just do a bcrypt(md5) over the list of md5 hashes they have and check if they exist in your database. but if each hash is salted they would need to run every their complete md5 hash list through bcrypt for each account instead of once per database.
Re: Opensubtitles.org breached – Email addresses, IP addresses, Passwords, Usernames
#178Earlier quoted context omitted.
It's truly appalling that so many times, on HN even, people genuinely recommend paying the ransom because "hackers won't go back on their word cause it'll ruin their reputation". If you're hacked, purge the passwords and reset everyone and do everything in your power to ensure no one can access it in a similar way again. I have no idea why anyone would think a hacker wouldn't simply turn around and sell the data anyw…
I don't personally agree with paying the ransom but the logic seems sound. If you pay them, they might keep their word. After all, how much would they get paid for a list of passwords compared to a ransom payment? If you don't pay them, they are more likely to either sell or leak the lists. In this case, although easy to say now, the correct answer is not to create public web applications until you know how to store…
Re: Opensubtitles.org breached – Email addresses, IP addresses, Passwords, Usernames
#179Earlier quoted context omitted.
I use my own domain and give each website their own e-mail address too, so I know who is breached/selling my information. For password management I use BitWarden, to which I am a paying customer of 15$ a year for their premium features (Premium features being TOTP integrated into the password manager, probably something else too that I don't use). BitWarden is open source, both server and clients. There's even a thir…
> I use my own domain and give each website their own e-mail address too I wish this was a supported feature on @gmail.com domain (not the +{string} thing). I like the idea, but keep thinking that I'll be uniquely identifiable on every database, since it's almost always going to be just 1 entry for the domain I own.
Re: Opensubtitles.org breached – Email addresses, IP addresses, Passwords, Usernames
#180Earlier quoted context omitted.
16 years without reviewing password security seems like a massive oversight. A major leak like this it's a high price to pay to learn this lesson.
The really bad thing is that md5 was considered broken in 2005 by security people like Bruce Schneier. To be fair to them it took till around 2008 for this to become widespread opinion but the signs were on the wall around 2004