Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Dumb dumb dumb advice... (Score 2, Insightful) 280

There are some sites where it truly doesn't matter.

I don't believe that. You may think it doesn't matter, but when it comes to identity theft, any little crumb of information may be useful to an attacker. And if you use the same weak password across a whole slew of supposedly "unimportant" sites, an attacker may be able to piece together a lot of information about you... enough to surprise you with cell phone bills you didn't sign up for, credit cards in your name, etc.

Comment Re:Dumb dumb dumb advice... (Score 3, Insightful) 280

But I sure as fuck am not going to put ALL of them into ANY app or single program - there are backdoors built into routers these days, you expect some start-up (or even established) "password keeper" doesn't have that possibility? I am concerned for your common sense.

Woah, woah, woah, chill out!

I have the complete source code for my password manager. And guess what... I've even read the source code!

It uses "openssl bf" to encrypt (that's the Blowfish cipher). In spite of all the warnings about OpenSSL holes, I don't believe anyone's yet found a problem with its Blowfish implementation, and though Blowfish is old and there may be weak keys, I don't believe it has serious vulnerabilities especially when only used to encrypt small files.

Comment Re:Dumb dumb dumb advice... (Score 1) 280

If you don't have Internet access, then remembering your password for a web site is moot.

If you have only insecure Internet access, then you don't do anything important unless you can use HTTPS and make sure you validate the certificates.

That means they are both weak to being cracked/tampered with, and should your device be stolen, you are without all your passwords.

To defend against the first attack, you choose a strong master passphrase and you make sure your password manager uses a properly-implemented and secure encryption algorithm such as AES. To defend against the second attack, you regularly back up your password database. It's not rocket science.

Comment Re:Dumb dumb dumb advice... (Score 1) 280

I use something called TkPasman, which runs on my Linux desktop. I don't use a mobile device much to surf the web, and never to log into any sites I care about because it's just too painful.

I could access it in a pinch by tunneling X over SSH back to my main computer, and I have done so in the past. Another thing I do is sync the password database to the handful of Linux desktops I use on a regular basis.

The password manager keepassx is available for Mac OS, Windows and Linux and you can sync the databases. I'm not aware of one that also works on Android or IOS, though. :(

Comment Re:Bah (Score 2) 280

The linked paper did mention password managers in passing, but dismissed them as being vulnerable to client-side malware which could compromise all your passwords. That assumption is true if you're running your password manager on a Windows system, I suppose, which is likely the only thing the "Redmond researchers" are even aware of. But if you keep your password manager on a separate device or run it under a secure sandbox in a secure OS, you're much better off than the paper implies.

Comment Re:Awesome! (Score 1) 163

The "Right to Forget" could be a good ruling if the EU added two conditions:

  1. A fee (lets say between $25-$50) for each takedown request. That is a small enough fee that it won't deter someone who really wants to get rid of an embarrassing search result, but it's big enough to deter organizations like the Scientologists from making thousands of requests.
  2. A determination by a judge, tribunal, etc. that taking down the search result is in the public's interest.

Comment Re:Let them drink! (Score 1) 532

It was not your over a regulated banking system that prevented the problem It was good business sense.

I disagree. I don't think Canadian bankers have any more business sense the US bankers. If they could have gone on the wild subprime mortgage ride, they probably would have. But strict government regulations limited what they could do. So our banks had "dismal" profits in 2007 compared to US banks, but at least they were all still standing in 2009. See this analysis for example.

Comment Re:Let them drink! (Score 1) 532

One study in the U.S. concluded that smokers save society 32 cents for every cigarette they smoke

OK. Here's something I don't expect Americans to grasp, but I'll say it anyway:

Sometimes there are more important values at stake than financial consideration.

The laws as expressed by government should be a reflection of the values of the population. If all the population cares about is money and nothing else, then that's not a society I'd care to live in.

Slashdot Top Deals

The number of UNIX installations has grown to 10, with more expected. -- The Unix Programmer's Manual, 2nd Edition, June 1972

Working...