Hacker News new | ask | show | jobs
by tfinniga 4141 days ago
> More energy needs to be spent on preventing breaches

Hard to argue against that.

> not silly password requirements

You don't think that password requirements help prevent breaches?

Try this: hook up a server to the internet that's open to ssh. If you look at the ssh login attempt logs, you'll notice that you constantly have people banging against it, trying to log in as root. Yes, password requirements are a small part of overall security, but they are very helpful.

1 comments

Brute force attacks are too easy to mitigate. I'd like to see the energy go to defaulting against brute-force attacks.