Forgot your password?

typodupeerror

Comment: Re:Libertarianism and insider trading (Score 1) 149

by ftobin (#38765858) Attached to: Former Dell Execs Involved In Massive Insider Trading Probe

To be fair, it's not a "truly free market" that requires perfect knowledge, but closer to an efficient market requirement (strict form).

I've been cultivating the idea that it's not "free markets" that we need now as much as "competitive markets". Free markets seem good for personal freedom, and can lead to competitive markets. Competitive markets, on the other hand, are what drive an economy to grow. In the US, we seem to have a good amount of "free markets", and need to focus more on the "competitive" aspects.

In terms of what's best for an individual country, we want to pursue institutions that that strengthen "free" or "competitive". Arguments that are against regulations because they are "anti-free" need to also take into account the competition-advocating parts.

Comment: Re:DNSSEC (Score 1) 165

by ftobin (#38679580) Attached to: Comcast DNSSEC Goes Live

Thanks for the link and information; it's good to know that they're doing throttling in a more intelligent manner. You originally said that Comcast's throttling caused them to "get their hand slapped". Were you trying to get across that this "hand slapping" was done during the TCP RST injection era, or during the QoS modification era?

Comment: Re:I've never understood clear text passwords (Score 1) 102

by ftobin (#38462852) Attached to: Chinese Developer Forum Leaks 6 Million User Credentials

You don't have to trust the client-side hashing function, as ordinarily you're not expecting it to be implemented on top of ordinary security. It's simply a bonus level of security a site can provide, even in the case of SSL transport, in case the receiver is compromised. In other words, it's possible that one component of the authentication process that handles the client-side-generated string (either a hash or cleartext password) is compromised, but not the authentication prompter itself. In this sort of case, there are clear benefits to client-side hashing.

I should note that I'm not limiting my discussion to webpage-style authentication. If the protocol enforces hashing on the client-side before sending, you don't have to worry about trusting the client-side or javascript being disabled.

Comment: Re:I've never understood clear text passwords (Score 1) 102

by ftobin (#38461030) Attached to: Chinese Developer Forum Leaks 6 Million User Credentials

What you say is true, but one benefit of doing an MD5 before it's sent is that one can't infer other passwords from a MD5 hash. A person might use passwords that follow a similar pattern that can be deduced by looking at cleartext, but not from hashes. For example, passwords a person might use could be "mypassword@slashdot", and "mypassword@sourceforge", one could probably guess their Facebook password.

Added salt helps even further.

The conclusion is that the authenticator should never receive the client's plaintext password in any form; it should always be one-way transformed before it leaves the client.

Comment: Re:Why do you want more government (Score 3, Informative) 954

by ftobin (#38136154) Attached to: Debt Reduction Super Committee Fails To Agree

And why do you think it needs to be a bigger part of your life ?

This is what you are asking for when you demand taxes be raised.

Increasing tax revenue so we can pay down debt does not imply a larger government. Don't make ridiculous implications; it embarrasses us other Americans.

Do not clog intellect's sluices with bits of knowledge of questionable uses.

Working...