Re: SHA-1 brokenFeb 20 2005 07:06PM Peter J. Holzer (hjp wsr ac at)
Re: SHA-1 brokenFeb 18 2005 11:54PM Brian May (brian unearthed org)
Michael Silk wrote:
> Michael,
>
> But wouldn't it render a login-based hashing system resistant to the
> current hashing problems if it is implemented something like:
>
> --
> result = hashFunc1( input + hashFunc1(input) + salt )
<snip>
> Michael,
>
> But wouldn't it render a login-based hashing system resistant to the
> current hashing problems if it is implemented something like:
>
> --
> result = hashFunc1( input + hashFunc1(input) + salt )
<snip>
wouldn't that create an infinite loop?
[ reply ]