Tag Archives: Php Password

Password Generator In PHP

Password Generator In PHP. We can generate dynamic password with numeric, alphanumer etc using php. I created dynamic_password function. It will generate and return the dynamic password. You should have to send password type, length like sha1, md5 for password type and numeric value for password length. <?php function dynamic_password($type=”,$length=10){   // Dynamic password function […]