<?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, 28 Aug 2008 15:37:12 +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>Somewhat understandable random password generator 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/449/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/449/comments/</comments>
		<pubDate>Mon, 09 Oct 2006 22:39:32 +0000</pubDate>
		<dc:creator>inxilpro</dc:creator>
		<category>"Random Generation", Generator, Password, PHP, Random</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/449/</guid>
		<description>
			<![CDATA[
				<p>This function creates relatively secure random passwords.  It's by no means ideal, but it should work in most non-critical situations.  The nice thing is the generator attempts to create passwords that people can pronounce and chooses letters that won't be mistaken for others (such as the numeral "1", an upper-case "i" and a lower-case "L").  To keep the code short much of this functionality is very rudimentary, but it's better than nothing.</p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>