D S Kaletha

Web Designer & Developer

Posts Tagged ‘automatic Generation of password’

Tuesday, July 20th, 2010

Generate a Automatic Password in php

how to generate random passwords that are highly secure and extremely difficult to crack. However you can choose between various complexity/strength and you can set password length as well.Simple method or Traditional way  to generate password is using rand() function: concatenate several random-selected letters together. Something like this:

(more…)