Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Negative (Score 1) 549

The first thing I learned about storing passwords is that you use a salted hash, which is impossible to decrypt back into plaintext. Am I missing something, or is this practice not standard practically everywhere now?

Apparently you are missing something because while common practice, it's not ubiquitous. And like all common practices, it gets spoken of less and less until new developers reinvent the wheel and decide they want passwords in plain text to make password recovery 'easier' ("click on the http link in your email and you'll see your password!")

It's been many years since I've seen that done anywhere.

Comment Re:Negative (Score 1) 549

DECRYPTING PASSWORDS

To decrypt the password of a user, the attacker has first to have access to the password storage. At which point the first and most critical security failure has already occurred. And the user had nothing to do with it.

When it comes to decrypting a password, the algorithm used is a more important than the complexity of the password. If the service provider has not done his home work, complex passwords offer only little protection. [...] I want to point out, that the safety of the encrypted password is not the responsibility of the user.

The first thing I learned about storing passwords is that you use a salted hash, which is impossible to decrypt back into plaintext. Am I missing something, or is this practice not standard practically everywhere now?

Comment CSS should have been a product, not a standard (Score 1) 180

The web should have been given a low-level, machine readable standard which human-friendly formats and tools could have formed and evolved around. Sure we'd still have markup and CSS and script, but you can bet your ass applications wouldn't have been built on that crap. We are easily 10 years behind where we could have been because of a poor choice of level of abstraction.

Comment Re:All well and good (Score 1) 61

I don't think that's a good argument that nobody can be required to take responsibility.

By law, C-level execs are required to 'sign off' on a lot of important things, which puts them on the hook for X (regardless of claims of ignorance) because it is a statement that they have checked, with due diligence, the legality of X.

It would be relatively straightforward to add to that list a little.

For best effect, there should be a rider that wrongdoing past a certain scale automatically gets all compensation paid to the exec, to date, doubly seized - seized from the exec (spent or not), and seized from the business.

Comment Re:Beta? (Score 1) 204

Dealing With an Unresponsive Manufacturer Who Doesn't Fix Bugs?

Dunno, it's a good question. But I'm sure that someone at slashdot can answer it with the same reasoning that they' use to still be apparently trying to roll out the beta design, despite the fact that some of it's own users (customers???) have in their sig, "FUCK BETA".

The users are the product, not the customer.

Comment Re:Valve Time (Score 1) 93

As a matter of fact, does anyone know why Steam does not prominently feature Metacritic ratings anymore? Those really helped me choose games that I wanted...

Maybe because games are given very high ratings that completely ignore the PC, even when these ratings are supposed to be for the PC versions?

I don't know about you, but when I see a AAA PC game also has a console version, I just stop right there and don't buy it, no matter what the ratings are.

Comment Re:Compiled Strongly-typed Languages -vs- Scripts (Score 1) 165

I think the test-driven advocates would say that relying on the compiler is OK for that one particular kind of error, but you really should be writing tests to catch that kind of error along with many others.

The reality is probably, as you kind of imply, sometimes you have a task that is more suited to one approach or another.

The nature of testing is that complete coverage grows combinatorially with state. What you're saying is you don't want to eliminate the possibility of an entire class of errors, but rather rest this (rather significant) burden on testing. From my point of view that's like abandoning DRI in a database and saying tests can detect foreign key constraint violations and all the other things DRI can check. While technically true, it just doesn't make any practical sense.

Comment not really (Score 1) 196

Niven's view of such devices seemed pretty realistic, that the problem would take care of itself after a few generations.

Even if you were immortal, a droud would still be equivalent of death; remove the constraint of time, and limitation is measured by the boundaries of your mind's total potential state-space.

Any sufficiently intelligent being - no matter how powerful or long-lived - would avoid pleasure-death.

Slashdot Top Deals

Enzymes are things invented by biologists that explain things which otherwise require harder thinking. -- Jerome Lettvin

Working...