<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
<rss version="0.91">
	<channel>
		<language>en_GB</language>
		<title>Password Scripts</title>
		<link>http://tobyinkster.co.uk/article/password-scripts/</link>
		<description>====&lt;br&gt;
&lt;p&gt;All of this software is distributed under the terms of the &lt;a href=&quot;http://www.gnu.org/copyleft/gpl.html&quot;&gt;&lt;span class=&quot;caps&quot;&gt;GNU GPL&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;ToBePaGe&lt;/h2&gt;
&lt;p&gt;Toby&amp;#8217;s Beneficial Password Generator (ToBePaGe) is a &lt;span class=&quot;caps&quot;&gt;PHP &lt;/span&gt;function to create pseudo-random passwords.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;php&quot;&gt;&amp;lt;?php

&lt;p&gt;    /*&lt;br&gt;
     *  Toby&amp;#8217;s Beneficial Password Gen (a.k.a. ToBePaGe) v1.0.0&lt;br&gt;
     *  ===============================================&lt;br&gt;
     *&lt;br&gt;
     *  Usage:&lt;br&gt;
     *      $password = pwd_gen($string);&lt;br&gt;
     *&lt;br&gt;
     *  Where $string is the password pattern to use. Password patterns&lt;br&gt;
     *  may include:&lt;br&gt;
     *&lt;br&gt;
     *      %C- replaced with a uppercase consonant&lt;br&gt;
     *      %c- lowercase consonant&lt;br&gt;
     *      %K- same as %C, but also includes common combinations of&lt;br&gt;
     *          consonants such as &amp;#8216;Sh&amp;#8217;, &amp;#8216;Ch&amp;#8217; and &amp;#8216;Str&amp;#8217;&lt;br&gt;
     *      %V- uppercase vowel (includes Y)&lt;br&gt;
     *      %v- lowercase vowel (includes y)&lt;br&gt;
     *      %L- uppercase letter&lt;br&gt;
     *      %l- lowercase letter&lt;br&gt;
     *      %a- any letter&lt;br&gt;
     *      %n- numeric&amp;#8230;&lt;/p&gt;</description>
	</channel>
</rss>
