<?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:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Simple Shell Random Password Generator	</title>
	<atom:link href="https://www.krazyworks.com/simple-shell-random-password-generator/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.krazyworks.com/simple-shell-random-password-generator/</link>
	<description>Networking, Systems Design, and Disaster Recovery</description>
	<lastBuildDate>Thu, 11 Jan 2018 11:14:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.7.9</generator>
	<item>
		<title>
		By: Simon Smith		</title>
		<link>https://www.krazyworks.com/simple-shell-random-password-generator/comment-page-1/#comment-278340</link>

		<dc:creator><![CDATA[Simon Smith]]></dc:creator>
		<pubDate>Thu, 11 Jan 2018 11:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=2822#comment-278340</guid>

					<description><![CDATA[to get a random password of, say 6 characters, I find this the easiest way.

$ openssl rand -base64 6]]></description>
			<content:encoded><![CDATA[<p>to get a random password of, say 6 characters, I find this the easiest way.</p>
<p>$ openssl rand -base64 6</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
