<?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, 08 Oct 2008 05:43:14 +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>Ensuring Proper Password Format 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/113/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/113/comments/</comments>
		<pubDate>Tue, 28 Feb 2006 09:30:12 +0000</pubDate>
		<dc:creator>dannyboy</dc:creator>
		<category>ASP, VBSCRIPT</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/113/</guid>
		<description>
			<![CDATA[
				<p>If you're asking your users to submit a password of 6-12 characters, you want to make sure it is done properly and without any special characters which could compromise your system.<br /><br />To do this, you would want to use regular expressions</p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>