Quote:
Originally Posted by Publisher Bucks
Oh and one other question, for the salt column, do I set that at varchar(255) or does it need to be longer/shorter?
Its currently vachar(255).
|
You really need to check the PHP docs when you want to know something about a function.
https://www.php.net/manual/en/function.uniqid
"With an empty prefix, the returned string will be 13 characters long. If more_entropy is true, it will be 23 characters."
https://www.php.net/manual/en/function.md5.php
"Returns the hash as a 32-character hexadecimal number."