Page 2 of 2

Posted: Thu Oct 06, 2005 7:13 pm
by Luke
So what would be a better way to randomly generate a password?

Posted: Thu Oct 06, 2005 7:25 pm
by Ambush Commander
Forgoe the hashing.

Posted: Thu Oct 06, 2005 9:28 pm
by josh
uniqid()
One armed space goat wrote:So what would be a better way to randomly generate a password?

Posted: Thu Oct 06, 2005 9:32 pm
by Ambush Commander
Make sure you use more_entropy, otherwise any reasonably determined attacker could simply brute force all possible microsecond values that could have happened during that period of time.