Re: Idea for securityfix in HTML

[snip]

> > All this information is send without any encryption. We suggest to add
> > the following attribute to the <INPUT> tag. Like this:
>
> The problem, of course, is that if a form is loaded over http:// you may
> know the data is being encrypted and sent somewhere but not _who_ it's
> being sent to.  Authentication of both parties is a much more serious
> problem than simple encryption of data (and note that you're trying to
> prevent the theft of the client's identity--the password--but are doing
> nothing to prevent the theft of the _server_'s identity).
>
> Without addressing the authenticity of both sides of the transaction,
> the best such a proposal can accomplish is a false sense of security.

Yes, you're right, but if we take an MD5 hash instead of the plain password,
the data would be saver. Ofcourse, it is NOT secure, but we have https:// as
a good alternative I think.


Regards,

D. Willems "Xatr0z" <xatr0z at users.sourceforge.net>

Received on Saturday, 16 November 2002 05:14:11 UTC