Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Html Tags > Re: New Input t...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 10 of 40 Topic 438 of 441
Post > Topic >>

Re: New Input type proposal

by Harlan Messinger <hmessinger.removethis@[EMAIL PROTECTED] > Jan 9, 2008 at 03:15 PM

Alexander Mueller wrote:
> Harlan Messinger wrote:
>>
>> OK, so the password has been left out of the server side entirely. 
>> Instead, to access the application you need the hash value, and the 
>> server administrator has access to *that*. So just substitute the word 
>> "password" for the word "hash" and the server administrator is now 
>> able to intercept the value of the hash that will give him access to 
>> the application.
> 
> Correct, but the Administrator always has access to the application 
> under any user account, if he wants. The point is, he does not have 
> access to the actual password (nor does anyone using a sniffer).

But since the hash, not the password, is what gets access to the 
application, how is this helpful? Having the value of a string called a 
"password" is not an end in itself. The point is that the administrator 
has the data he needs to get into the application. And if you're talking 
about a situation where the administrator has access to the application 
itself (this isn't a given, but you've just added it to the scenario), 
then why does it matter at all whether the administrator can see the 
password or the hash or anything else?

>> The point of an application storing a hash instead of the original 
>> password is that it only accepts the password for authentication, 
>> computing its hash when the it's provided and comparing it with the 
>> hash it has in its user lookup table.
> 
> Sorry, but thats not exactly the point. For the application it wouldnt 
> matter if it has to compare the hash of a given password with a stored 
> hash or simply the given plain text password with a stored plain text 
> password.
> 
> The point is to add security against attackers - as you mentioned

You mentioned addressing this with SSL. Your rationale for your approach 
was to ****eld the password from the administrator as well.

> - as 
> well as, partly, against the Administrator, so that he cannot simply 
> reveal the user password, which is currently possible however.

OK, this is the first time you've mentioned the issue of the 
administrator giving it to someone *else* instead of just knowing it 
himself.

> 
>> If someone hacks the user table and finds the hashes, it won't do the 
>> hacker any good because the application doesn't provide any interface 
>> for accessing the system by providing the hash directly.
> 
> Correct.
> 
>> If the hacker submits the hash as though it were the password, the 
>> application will hash the hash, and the computed rehash won't match 
>> the stored hash.  The application has to see the
>> password itself before it will grant access.
> 
> Thats correct, but this is the typical system as it is now. How does it 
> apply to the mentioned solution here?

It applies by virtue of the fact that you haven't put the administrator 
at any kind of disadvantage in terms of gaining access to the 
application, which is what you had been claiming was the advantage of 
your approach. You finally added the missing piece, above, a case where 
your approach *does* provide additional protection.
 




 40 Posts in Topic:
New Input type proposal
Alexander Mueller <noe  2008-01-09 18:23:48 
Re: New Input type proposal
"J.O. Aho" <  2008-01-09 18:44:26 
Re: New Input type proposal
Alexander Mueller <noe  2008-01-09 18:52:44 
Re: New Input type proposal
"J.O. Aho" <  2008-01-09 19:27:54 
Re: New Input type proposal
Alexander Mueller <noe  2008-01-09 19:31:43 
Re: New Input type proposal
Jeff <jeff@[EMAIL PROT  2008-01-09 13:41:30 
Re: New Input type proposal
Alexander Mueller <noe  2008-01-09 19:52:30 
Re: New Input type proposal
Harlan Messinger <hmes  2008-01-09 14:08:14 
Re: New Input type proposal
Alexander Mueller <noe  2008-01-09 20:18:07 
Re: New Input type proposal
Harlan Messinger <hmes  2008-01-09 15:15:44 
Re: New Input type proposal
Alexander Mueller <noe  2008-01-09 22:12:49 
Re: New Input type proposal
Harlan Messinger <hmes  2008-01-09 16:36:58 
Re: New Input type proposal
Alexander Mueller <noe  2008-01-09 22:43:37 
Re: New Input type proposal
Harlan Messinger <hmes  2008-01-10 18:05:34 
Re: New Input type proposal
Alexander Mueller <noe  2008-01-11 00:35:42 
Re: New Input type proposal
Alexander Mueller <noe  2008-01-11 01:52:14 
Re: New Input type proposal
Harlan Messinger <hmes  2008-01-10 23:00:47 
Re: New Input type proposal
Alexander Mueller <noe  2008-01-11 13:05:25 
Re: New Input type proposal
Alexander Mueller <noe  2008-01-09 18:58:22 
Re: New Input type proposal
Harlan Messinger <hmes  2008-01-09 14:02:20 
Re: New Input type proposal
richard <I.dont.care@[  2008-01-09 12:57:33 
Re: New Input type proposal
Alexander Mueller <noe  2008-01-09 19:00:20 
Re: New Input type proposal
Disco Octopus <disco@[  2008-01-09 12:52:55 
Re: New Input type proposal
Alexander Mueller <noe  2008-01-09 22:38:43 
Re: New Input type proposal
Alexander Mueller <noe  2008-01-09 22:22:57 
Re: New Input type proposal
Ben C <spamspam@[EMAIL  2008-01-09 16:33:57 
Re: New Input type proposal
Alexander Mueller <noe  2008-01-10 01:03:10 
Re: New Input type proposal
Ben C <spamspam@[EMAIL  2008-01-10 04:02:03 
Re: New Input type proposal
Alexander Mueller <noe  2008-01-10 12:10:00 
Re: New Input type proposal
Ben C <spamspam@[EMAIL  2008-01-10 09:41:04 
Re: New Input type proposal
Alexander Mueller <noe  2008-01-10 17:13:00 
Re: New Input type proposal
Ben C <spamspam@[EMAIL  2008-01-10 16:07:54 
Re: New Input type proposal
Alexander Mueller <noe  2008-01-10 23:31:45 
Re: New Input type proposal
Ben C <spamspam@[EMAIL  2008-01-11 02:34:32 
Re: New Input type proposal
Disco Octopus <disco@[  2008-01-10 14:41:46 
Re: New Input type proposal
Alexander Mueller <noe  2008-01-11 00:23:09 
Re: New Input type proposal
Andy Dingley <dingbat@  2008-01-11 03:33:40 
Re: New Input type proposal
Alexander Mueller <noe  2008-01-23 15:03:06 
Re: New Input type proposal
Neredbojias <monstersq  2008-01-23 16:34:11 
Re: New Input type proposal
Travis Newbury <Travis  2008-01-23 08:36:04 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Jul 25 19:46:21 CDT 2008.