I'm having a little trouble understanding salting...
I am using the md5() function, to do somthing, for expample this:
Now where does the salting come in?
Where do you get the salt from?
What does salting do? And what is the benefit?
Thanks in advanced,
~Jeremy~
I am using the md5() function, to do somthing, for expample this:
| Code: |
| $pass=$_REQUEST['password'];
$pass=md5($pass); |
Now where does the salting come in?
Where do you get the salt from?
What does salting do? And what is the benefit?
Thanks in advanced,
~Jeremy~
