Re: md5 encryption
- From: Otto Allmendinger <usenet.10.zyq@xxxxxxxx>
- Date: Sun, 29 May 2005 13:20:13 +0200
simon wrote:
> He was asking about passwords. Almost every site that is md5() only
> compare the hash as they cannot compare the string.
> So, technically, given a hash key you can get a string. In turn that
> string would match the hash and give you access.
I don't quite agree. If the hash isn't generated by the string itsself, but
by a slightly alternated version of it, like md5(string.'extra'), the
attacker would find a string y with md5(y)==hash, but not one with
md5(y.'extra')==hash.
I think this is a very simple way to make a authentication routine more
secure.
.
- Follow-Ups:
- Re: md5 encryption
- From: simon
- Re: md5 encryption
- References:
- md5 encryption
- From: roger
- Re: md5 encryption
- From: Simon
- Re: md5 encryption
- From: Michael Trausch
- Re: md5 encryption
- From: simon
- Re: md5 encryption
- From: Andy Hassall
- Re: md5 encryption
- From: simon
- Re: md5 encryption
- From: Oli Filth
- Re: md5 encryption
- From: simon
- Re: md5 encryption
- From: Oli Filth
- Re: md5 encryption
- From: simon
- md5 encryption
- Prev by Date: Re: register_long_arrays still show off ?
- Next by Date: Re: md5 encryption
- Previous by thread: Re: md5 encryption
- Next by thread: Re: md5 encryption
- Index(es):
Relevant Pages
|