PHP random password generator

Posted by Tarek N. Elsamni | Posted in , , , | Posted on 23:31

1

PHP password generator is a complete, working random password generation function for PHP. It allows the developer to customize the password: set its length and strength. Just include this function anywhere in your code and then use it.



2ADQZNUV2VG8

Comments (1)

Nice random passoword generator code you have. There are a couple more php code snippets like this here http://www.rnel.net/code-snippets/php/generate-random-password

Post a Comment