Popular recipes by Alan Prescott http://code.activestate.com/recipes/users/843068/2002-11-29T04:55:53-08:00ActiveState Code RecipesPassword generation (PHP)
2002-11-29T04:55:53-08:00Alan Prescotthttp://code.activestate.com/recipes/users/843068/http://code.activestate.com/recipes/164739-password-generation/
<p style="color: grey">
PHP
recipe 164739
by <a href="/recipes/users/843068/">Alan Prescott</a>
(<a href="/recipes/tags/security/">security</a>).
</p>
<p>Improved version of make_password submitted by Shane Caraveo. This one adds options to use upper case characters, numerics and special characters.</p>