<?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/"
	
	>
<channel>
	<title>
	Comments on: Secure Password Generator in Perl	</title>
	<atom:link href="https://jmorano.moretrix.com/2013/08/secure-password-generator-perl/feed/" rel="self" type="application/rss+xml" />
	<link>https://jmorano.moretrix.com/2013/08/secure-password-generator-perl/</link>
	<description>Ramblings of an old-fashioned space cowboy</description>
	<lastBuildDate>Wed, 20 Apr 2022 07:09:43 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>
		By: Sven		</title>
		<link>https://jmorano.moretrix.com/2013/08/secure-password-generator-perl/#comment-212648</link>

		<dc:creator><![CDATA[Sven]]></dc:creator>
		<pubDate>Fri, 20 Feb 2015 09:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://jmorano.moretrix.com/?p=953#comment-212648</guid>

					<description><![CDATA[Uses a homebrown random function which in turn uses rand() which is not cryptographically secure. Are you a cryptographer? Why reinvent the wheel? 
Why not use a known good function, one of those recommended in the documentation of the rand() function?
Alternatively, use /dev/urandom.]]></description>
			<content:encoded><![CDATA[<p>Uses a homebrown random function which in turn uses rand() which is not cryptographically secure. Are you a cryptographer? Why reinvent the wheel?<br />
Why not use a known good function, one of those recommended in the documentation of the rand() function?<br />
Alternatively, use /dev/urandom.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
