Topic: Can anybody explain the basic idea behind password salt
ok... some little extra-data is added to the password in order to avoid brute-force, rainbow-tables, dicionaries, etc.
But i didnt got yet ( despite all the articles i red about it out there ) how da heck does the salt is put together with the unencrypted password to match the final hash.
Like, when i login into a punbb 1.3 forum, i insert my passowrd, where is the salt stored in order to be added to my password so it can be checked?
Just in case somebody feel tempted to answer with a wikipedia link, i red this article before i post this message
http://en.wikipedia.org/wiki/Salt_%28cryptography%29