NEWSubscribe to Receive Free E-mail UpdatesSubscribe

Generate random passwords in PHP


When you make a password, you have to keep in your mind "Don't use dictionary words or names as your password. Because it cause to a dictionary attack. Also it is important to keep separate password for your other e-mail or computer accounts.". I f you use a strong password, it is difficult to break the password using automated computer programs. (robot programs) Working with web applications you may be always need to generate random passwords in PHP.
Find below code in PHP to generate random passwords:

Post a Comment

0 Comments