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?
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?