Posts Tagged ‘password’

Random password generator in PHP

Monday, December 27th, 2010

When you want a random password you might think that for instance uniquid() is a good fit. It’s not though as it will only return hex characters.... Read More