/ Published in: PHP
Function to simply generate a random password.
Expand |
Embed | Plain Text
Comments
Subscribe to comments
You need to login to post a comment.
Function to simply generate a random password.
Subscribe to comments
You need to login to post a comment.
Shuffle is not random, as such this is probably not the great method for generating a password: http://www.php.net/manual/en/function.shuffle.php#41593