BEGIN:VCALENDAR
VERSION:2.0
X-WR-CALNAME:Password Scripts
X-WR-CALDESC:==== All of this software is distributed under the terms of the GNU GPL.  ToBePaGe Toby&#8217;s Beneficial Password Generator (ToBePaGe) is a PHP function to create pseudo-random passwords. &lt;?php      /*      *  Toby&#8217;s Beneficial Password Gen (a.k.a. ToBePaGe) v1.0.0      *  ===============================================      *      *  Usage:      *      $password = pwd_gen($string);      *      *  Where $string is the password pattern to use. Password patterns      *  may include:      *      *      %C- replaced with a uppercase consonant      *      %c- lowercase consonant      *      %K- same as %C, but also includes common combinations of      *          consonants such as &#8216;Sh&#8217;, &#8216;Ch&#8217; and &#8216;Str&#8217;      *      %V- uppercase vowel (includes Y)      *      %v- lowercase vowel (includes y)      *      %L- uppercase letter      *      %l- lowercase letter      *      %a- any letter      *      %n- numeric&#8230;
END:VCALENDAR
