Live data from Hacker News

Instagram sends passwords in plain text

news.ycombinator.com

11–16 of 16 posts

Re: Instagram sends passwords in plain text

#11
post #8

Earlier quoted context omitted.

Yeah. There's a Firesheep handler for news.yc too: https://github.com/codebutler/firesheep/wiki/Handlers This website should really be migrated to https.

Heaven forbid someone in a coffee shop posts something on your HN account…

or editing your yc application.

Re: Instagram sends passwords in plain text

#12
post #3

I don't want to alarm anyone but so does this site. If your not using unique passwords for every site you use then you really should consider doing it. Tools such as 1Password make it ridiculously easy, there really is no excuse.

Another way is to hash a "salt" password with the domain (or something site specific). So if my salt was "assword" and I put the last 4 characters from the domain name interspersed at the end of my password it would look like this: asswaotrodr. Giving you a unique and complicated password for every site.

Re: Instagram sends passwords in plain text

#13
post #12
post #3

I don't want to alarm anyone but so does this site. If your not using unique passwords for every site you use then you really should consider doing it. Tools such as 1Password make it ridiculously easy, there really is no excuse.

Another way is to hash a "salt" password with the domain (or something site specific). So if my salt was "assword" and I put the last 4 characters from the domain name interspersed at the end of my password it would look like this: asswaotrodr. Giving you a unique and complicated password for every site.

"Salting" it in that way doesn't increase your security by much? If they looked at your password, once they obtained it, how long would it take them to figure out what you were doing, and thereby be able to derive all your other passwords?

Re: Instagram sends passwords in plain text

#14
post #12

Earlier quoted context omitted.

Another way is to hash a "salt" password with the domain (or something site specific). So if my salt was "assword" and I put the last 4 characters from the domain name interspersed at the end of my password it would look like this: asswaotrodr. Giving you a unique and complicated password for every site.

"Salting" it in that way doesn't increase your security by much? If they looked at your password, once they obtained it, how long would it take them to figure out what you were doing, and thereby be able to derive all your other passwords?

True, if someone were able to get your username and password for a site they may be able to figure out your hashing scheme. But what if someone compromises an entire database? They would use a bot to go out and see what they can access with the given usernames and passwords as is.

The suggested password strategy helps to protect against the later case.

Re: Instagram sends passwords in plain text

#15
post #8

Earlier quoted context omitted.

Yeah. There's a Firesheep handler for news.yc too: https://github.com/codebutler/firesheep/wiki/Handlers This website should really be migrated to https.

Heaven forbid someone in a coffee shop posts something on your HN account…

It's not just that. Some countries inspect web traffic. Some of them disapprove of conversations on some topics.
Post reply on HN