<?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 for CleanPC.org</title>
	<atom:link href="http://cleanpc.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://cleanpc.org</link>
	<description>Clean PC, Cleaner PC, My Clean PC</description>
	<lastBuildDate>Sat, 29 Oct 2011 01:59:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on How to create complex passwords in Matlab by CleanPC.org</title>
		<link>http://cleanpc.org/2011/06/20/how-to-create-complex-passwords-in-matlab/comment-page-1/#comment-5221</link>
		<dc:creator>CleanPC.org</dc:creator>
		<pubDate>Sat, 29 Oct 2011 01:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://cleanpc.org/2011/06/20/how-to-create-complex-passwords-in-matlab/#comment-5221</guid>
		<description>Hi Mark,

Making password for ATM machines is easier. First, create the indices:

pool={&#039;1&#039;,&#039;2&#039;,&#039;3&#039;,&#039;4&#039;,&#039;5&#039;,&#039;6&#039;,&#039;7&#039;,&#039;8&#039;,&#039;9&#039;};

Second , define the number of the digit you want to simulate:

For 4 digit passwords:

aa=ceil(rand(1,4)*9);

pass=[pool{aa(1)} pool{aa(2)} pool{aa(3)} pool{aa(4)}];

For 6 digit passwords:

aa=ceil(rand(1,6)*9);

pass=[pool{aa(1)} pool{aa(2)} pool{aa(3)} pool{aa(4)} pool{aa(5)} pool{aa(6)}];

Notice that I didnt include &#039;0&#039; among the numbers to be simulated. Most passwords (pins) inn ATM machines dont have &#039;0&#039; but you can include as you like. If you include it, you need to change 9 to 10 in aa variable. Regards.</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>Making password for ATM machines is easier. First, create the indices:</p>
<p>pool={&#8217;1&#8242;,&#8217;2&#8242;,&#8217;3&#8242;,&#8217;4&#8242;,&#8217;5&#8242;,&#8217;6&#8242;,&#8217;7&#8242;,&#8217;8&#8242;,&#8217;9&#8242;};</p>
<p>Second , define the number of the digit you want to simulate:</p>
<p>For 4 digit passwords:</p>
<p>aa=ceil(rand(1,4)*9);</p>
<p>pass=[pool{aa(1)} pool{aa(2)} pool{aa(3)} pool{aa(4)}];</p>
<p>For 6 digit passwords:</p>
<p>aa=ceil(rand(1,6)*9);</p>
<p>pass=[pool{aa(1)} pool{aa(2)} pool{aa(3)} pool{aa(4)} pool{aa(5)} pool{aa(6)}];</p>
<p>Notice that I didnt include &#8217;0&#8242; among the numbers to be simulated. Most passwords (pins) inn ATM machines dont have &#8217;0&#8242; but you can include as you like. If you include it, you need to change 9 to 10 in aa variable. Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create complex passwords in Matlab by Mark Venson M. Ventures</title>
		<link>http://cleanpc.org/2011/06/20/how-to-create-complex-passwords-in-matlab/comment-page-1/#comment-5218</link>
		<dc:creator>Mark Venson M. Ventures</dc:creator>
		<pubDate>Fri, 14 Oct 2011 18:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://cleanpc.org/2011/06/20/how-to-create-complex-passwords-in-matlab/#comment-5218</guid>
		<description>Please help me how to make a Automatic Tiller Machine (ATM) with 4 to 6 digits password using MATLAB.

Thank You...</description>
		<content:encoded><![CDATA[<p>Please help me how to make a Automatic Tiller Machine (ATM) with 4 to 6 digits password using MATLAB.</p>
<p>Thank You&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Online Security Tips by MoneyBrite.com</title>
		<link>http://cleanpc.org/2010/01/01/online-security-tips/comment-page-1/#comment-4858</link>
		<dc:creator>MoneyBrite.com</dc:creator>
		<pubDate>Fri, 09 Apr 2010 16:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://cleanpc.org/?p=17#comment-4858</guid>
		<description>Great website. We, at MoneyBrite.com, are working hard for the best SEO marketin strategies. Please join us.
MoneyBrite.com</description>
		<content:encoded><![CDATA[<p>Great website. We, at MoneyBrite.com, are working hard for the best SEO marketin strategies. Please join us.<br />
MoneyBrite.com</p>
]]></content:encoded>
	</item>
</channel>
</rss>

