<?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>Thu, 24 Jul 2008 15:00:00 +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>Random password 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/725/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/725/comments/</comments>
		<pubDate>Sun, 09 Sep 2007 12:15:09 +0000</pubDate>
		<dc:creator>bala</dc:creator>
		<category>ASP, VBSCRIPT</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/725/</guid>
		<description>
			<![CDATA[
				<p><b><br />If you're using passwords of any type on your site, it is best to keep them random. That way they cannot be easily guessed at by intruders.<br /><br />First, it's good to know a little about ASCII characters. Every character your keyboard can type is actually represented by a number. So the letter A is represented by 65. The letter Z is represented by 90. So all you need to do is generate a series of random numbers, each number between 65 and 90. That would give you a way to find the equivalent letters.<br /><br />If you want to include numbers too, those are found between spots 48 and 57. I wouldn't use the spots between 57 and 65 - those are odd characters like colons.<br /><br /><br /></b><br /><i><br />So let's say you want to create a 7 character password that contains a random assortment of letters and numbers. You could do something like this:<br /></i></p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>