Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:PCI standards (Score 1) 434

From the same article you quoted:

A rainbow table is ineffective against one-way hashes that include salts. For example, consider a password hash that is generated using the following function (where "." is the concatenation operator): saltedhash(password) = hash(password.salt) or saltedhash(password) = hash(hash(password).salt).

The salt value is not secret and may be generated at random and stored with the password hash.

Which software is it you design? I'd like to know so I can avoid it at all costs in the future.

Slashdot Top Deals

New York... when civilization falls apart, remember, we were way ahead of you. - David Letterman

Working...