EP Random Password Generator

Published on: October 4, 2015

This script generates a random password using the chosen criteria and length. By default, it will use "Lower Case" if you don't check any of the criteria below.

Please note that in computers, there is NO such thing as true randomness. This is all pseudo random. This script should be used for learning purposes and for fun!

This script utilizes the following PHP Functions: str_shuffle(), str_repeat(), and substr().

Want to use this script on your site? Checkout the Codesnip section below for the link to the Github repository!

Which characters do you want in your password?


Codesnip:

Find this code on Github here: EP RPG



Comments: