News Feed
Jobs Feed
Sections




News Archive
SitePoint Web Tech Blog:
How To Create Friendlier Random Passwords
November 13, 2008 @ 07:55:59

New on the SitePoint "Web Tech" blog today is a post by Craig Anderson about friendlier passwords.

One aspect of web applications which is almost always overlooked when it comes to accessibility is how easy any randomly generated string might be to read. If you're lucky enough to have near perfect vision and have no learning or cognitive disabilities such as dyslexia, you mightn't suffer from any problems reading randomly generated strings, but for many users distinguishing between zero and upper-case Os, ones and lower-case Ls, and even the letters b and d can be difficult.

He includes a simple little PHP script that pulls letters and numbers from a pre-defined "friendly" array that can be read more easily by those with some sort of visual issue. Obviously, the results would be less secure than some other methods (only so many to go around) but its still a wide enough range for most common uses (around 17 million passwords).

0 comments voice your opinion now!
friendlier random passwords tutorial example visual read easy


blog comments powered by Disqus

Similar Posts

DevShed: The Switch Statement and Arrays

Pathfinder Blog: PHP Spam Injection First Aid with Apache ModSecurity

Constantin Bosneaga: Using layout pattern with CodeIgniter

Rob Allen's Blog: Zend Framework Tutorial

Developer.com: 9 More Crazy, Experimental PHP Development Projects


Community Events









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


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

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