Thursday, July 19, 2012

Readable Password Generator

PHP Scripts - Readable Password Generator - CodeCanyon

Readable Password Generator his title this type of PHPScripts/Miscellaneous This time I will review,made by ser-html, PHPScripts/Miscellaneous is sold at a price of $3 in CodeCanyon. Readable Password Generator - CodeCanyon Item for Sale generator // login // password // password protected // security //
Created 12 March 11
Last Update 12 March 11
Software Version PHP 4.x, PHP 5.x, PHP 5.0 - 5.2, PHP 5.3, jQuery
Files Included PHP

This small PHP script generates human-readable passwords. It requires PHP 4 .2.0 or greater – and that’s it! This is a pure PHP solution with no styling or JavaScript – so you can make this script do what you want. This script does not use a dictionary to generate passwords but generates ‘believable’ words using English grammar rules!

Use PHP to include the code in your own website and then use the one line of code to generate random passwords! With a customisable format (prefixes, suffixes, number of syllables) this script generates millions of possible passwords – ideal for emailing to users upon registration!

The script is light-weight, makes no use of databases or PHP extensions and won’t bog down your web-page!

Features

  • Generates readable passwords
  • Pure PHP – no JavaScript
  • Easy-to-use – one line of code
  • Customisable – change password complexity
  • Light-weight – won’t bog down your web-page
  • Doesn’t use a dictionary to generate passwords – increases security by generating ‘believable’ words based on English grammar rules

Usage

This script requires one “include” and then one line of code: require_once('readablePassword.php'); echo readablePassword(); Simple and effective!

Notice

Please note that I obviously can’t be held liable for the security of these passwords. Whilst common words are avoided, no script can guarantee 100% security! Please use common sense :)


No comments:

Post a Comment