<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippet Revisions</title>
		<link>http://www.bytemycode.com</link>
		<description>Revisions for this snippet.</description>
		<pubDate>Wed, 03 Dec 2008 02:53:10 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	
	<item>
		<title>Insane Password generator 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/150/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/150/comments/</comments>
		<pubDate>Thu, 02 Mar 2006 11:02:48 +0000</pubDate>
		<dc:creator>dannyboy</dc:creator>
		<category>Password, VBSCRIPT</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/150/</guid>
		<description>
			<![CDATA[
				<p>Usage: cscript //nologo RandPass.vbs [password_length]|[?] [complexity] [uniqueness]<br /><br />This script will generate a random password of X length. It will build the password from seed 'strings of increasing complexity.<br /> 1 - simple is the lower case alphabet, numbers 2-9 and !@#$%^&*() all randomly interspersed.<br /> 2 - complex is the same as the previous with the addition of UPPER case letters.<br /> 3 - insane is the same as the previous with the additional symbols of ,./?>;'[]}{\|~`:<br />The numbers 0 and 1 have been removed to avoid confusion with the letters O and L.<br /><br />password_length should be a number between 4 and 127, although a limit of 14 is recommended for Win9x clients. Default is 7<br />complexity must be 1,2 or 3<br />uniqueness value of 0 will make each password character unique. A value of 1 [default] will allow repeated characters.<br /><br />If you don't pass values at the command prompt, you will be prompted for each value.<br /></p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>