News Feed
Jobs Feed
Sections




News Archive
AnyExample.com:
PHP password generation
December 29, 2006 @ 08:03:00

A new tutorial has been posted over on AnyExample.com dealing with password generation in PHP. This type of script can be useful for creating a default password for your application to give initially to the user.

Modern web-applications often provide (during registration, or password-reset) random-generated passwords for its users. However these passwords (usually a random combination of letters or numbers) are quite hard to remember: in fact, it's even impossible to read them. This article provides a function for generating English-like readable passwords.

The key difference in this script is that last sentence - making the passwords somewhat human-readable. They give an example of what the traditional (md5-ish) approach to making passwords is before giving the code to create something a bit easier to remember like "lyttakor" or "fapoution". Example usage code is also provided.

0 comments voice your opinion now!
password generation memorable easy md5 tutorial password generation memorable easy md5 tutorial


blog comments powered by Disqus

Similar Posts

SitePoint PHP Blog: Markup Separation with Template IT

PHP in Action: Real programming with PHP 5.3 (part 1): array processing

NETTUTS.com: ASP.NET for PHP Developers

Jason Grimes' Blog: Using Doctrine 2 in Zend Framework 2

Stefan Mischook's Blog: New PHP article in Web Designer Magazine


Community Events











Don't see your event here?
Let us know!


podcast testing phpunit opinion unittest functional tool release introduction framework code series development zendframework2 community example api language database interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework