<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:go='http://ns.gigaom.com/'
xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Random Passwords May Not Be So Random</title>
	<atom:link href="http://gigaom.com/apple/random-passwords-may-not-be-so-random/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com/apple/random-passwords-may-not-be-so-random/</link>
	<description></description>
	<lastBuildDate>Fri, 25 May 2012 16:56:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Andrew Hedges</title>
		<link>http://gigaom.com/apple/random-passwords-may-not-be-so-random/#comment-307725</link>
		<dc:creator><![CDATA[Andrew Hedges]]></dc:creator>
		<pubDate>Sat, 25 Nov 2006 03:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.theappleblog.com/2005/09/06/random-passwords-may-not-be-so-random/#comment-307725</guid>
		<description><![CDATA[FWIW, my password generation widget, Make-A-Pass, seeds its RNG algorithm using /dev/random ... truly random, highly secure:

&lt;a href=&quot;http://andrew.hedges.name/widgets/&quot; rel=&quot;nofollow&quot;&gt;http://andrew.hedges.name/widgets/&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>FWIW, my password generation widget, Make-A-Pass, seeds its RNG algorithm using /dev/random &#8230; truly random, highly secure:</p>
<p><a href="http://andrew.hedges.name/widgets/" rel="nofollow">http://andrew.hedges.name/widgets/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dalle</title>
		<link>http://gigaom.com/apple/random-passwords-may-not-be-so-random/#comment-307723</link>
		<dc:creator><![CDATA[Dalle]]></dc:creator>
		<pubDate>Wed, 07 Sep 2005 06:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.theappleblog.com/2005/09/06/random-passwords-may-not-be-so-random/#comment-307723</guid>
		<description><![CDATA[you might also use the password creator in keychain there you can see the security of the password aswell]]></description>
		<content:encoded><![CDATA[<p>you might also use the password creator in keychain there you can see the security of the password aswell</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Ballard</title>
		<link>http://gigaom.com/apple/random-passwords-may-not-be-so-random/#comment-307724</link>
		<dc:creator><![CDATA[Kevin Ballard]]></dc:creator>
		<pubDate>Wed, 07 Sep 2005 05:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.theappleblog.com/2005/09/06/random-passwords-may-not-be-so-random/#comment-307724</guid>
		<description><![CDATA[Note: it&#039;s not repetitive because it&#039;s a flawed RNG algorithm, it&#039;s repetitive because it always starts with the same seed each time the Dock is restarted, and there&#039;s no way to change the seed.

However, that&#039;s no excuse for these widgets. They could easily (well, by using system() which requires declaring it needs shell access, but that&#039;s not a big deal) just grab input from /dev/random, which is a great random number source and does not have the problems of Math.random().]]></description>
		<content:encoded><![CDATA[<p>Note: it&#8217;s not repetitive because it&#8217;s a flawed RNG algorithm, it&#8217;s repetitive because it always starts with the same seed each time the Dock is restarted, and there&#8217;s no way to change the seed.</p>
<p>However, that&#8217;s no excuse for these widgets. They could easily (well, by using system() which requires declaring it needs shell access, but that&#8217;s not a big deal) just grab input from /dev/random, which is a great random number source and does not have the problems of Math.random().</p>
]]></content:encoded>
	</item>
</channel>
</rss>

