01.02.2013, 06:44
Hi,
I have a small question about hashing information in PHP and SQL:
I know with the HashBytes function you can hash an input (password in this case), do you have to re-hash the input upon logging in, and then see if the outputs match?
I have a small question about hashing information in PHP and SQL:
I know with the HashBytes function you can hash an input (password in this case), do you have to re-hash the input upon logging in, and then see if the outputs match?