<?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: Random Passwords</title>
	<atom:link href="http://www.chesterproductions.net.nz/blogs/it/scripts/random-passwords/14/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chesterproductions.net.nz/blogs/it/scripts/random-passwords/14/</link>
	<description>Simple code hopefully worth remembering</description>
	<lastBuildDate>Mon, 02 May 2011 17:33:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.chesterproductions.net.nz/blogs/it/scripts/random-passwords/14/comment-page-1/#comment-24</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 07 Nov 2010 06:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.chesterproductions.net.nz/blogs/it/?p=14#comment-24</guid>
		<description>And if you want to randomise the already random

openssl passwd -1 -salt &#039;random-phrase-here&#039; &#039;your-password-here&#039;</description>
		<content:encoded><![CDATA[<p>And if you want to randomise the already random</p>
<p>openssl passwd -1 -salt &#8216;random-phrase-here&#8217; &#8216;your-password-here&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.chesterproductions.net.nz/blogs/it/scripts/random-passwords/14/comment-page-1/#comment-18</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 08 Apr 2010 05:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.chesterproductions.net.nz/blogs/it/?p=14#comment-18</guid>
		<description>Another alternative, if you have OpenSSL installed, and let&#039;s face it who doesn&#039;t, is:

openssl rand 16 -base64

Or similar.</description>
		<content:encoded><![CDATA[<p>Another alternative, if you have OpenSSL installed, and let&#8217;s face it who doesn&#8217;t, is:</p>
<p>openssl rand 16 -base64</p>
<p>Or similar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sitedesign</title>
		<link>http://www.chesterproductions.net.nz/blogs/it/scripts/random-passwords/14/comment-page-1/#comment-7</link>
		<dc:creator>sitedesign</dc:creator>
		<pubDate>Tue, 12 Aug 2008 10:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.chesterproductions.net.nz/blogs/it/?p=14#comment-7</guid>
		<description>Just a hint.  If you are using Fedora and wish to use uuencode, you will need to install sharutils.

  # yum install sharutils

should do the trick.</description>
		<content:encoded><![CDATA[<p>Just a hint.  If you are using Fedora and wish to use uuencode, you will need to install sharutils.</p>
<p>  # yum install sharutils</p>
<p>should do the trick.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

