<?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: APG：密码生成器</title>
	<atom:link href="http://linuxtoy.org/archives/apg.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/apg.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<lastBuildDate>Mon, 21 May 2012 08:11:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tommy</title>
		<link>http://linuxtoy.org/archives/apg.html#comment-91555</link>
		<dc:creator>Tommy</dc:creator>
		<pubDate>Wed, 27 Aug 2008 06:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2328#comment-91555</guid>
		<description>&lt;p&gt;我用keepassx，使用keepassx随机生成的密码，再用自己的密码保证keepassx数据的安全。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>我用keepassx，使用keepassx随机生成的密码，再用自己的密码保证keepassx数据的安全。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Xorcerer</title>
		<link>http://linuxtoy.org/archives/apg.html#comment-91518</link>
		<dc:creator>Xorcerer</dc:creator>
		<pubDate>Tue, 26 Aug 2008 07:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2328#comment-91518</guid>
		<description>&lt;p&gt;用计算机生成的密码，当然用计算机记啦。
gnome的key ring，Mac的key chain，都可以帮你记密码。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>用计算机生成的密码，当然用计算机记啦。
gnome的key ring，Mac的key chain，都可以帮你记密码。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: zhg</title>
		<link>http://linuxtoy.org/archives/apg.html#comment-91490</link>
		<dc:creator>zhg</dc:creator>
		<pubDate>Mon, 25 Aug 2008 12:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2328#comment-91490</guid>
		<description>&lt;p&gt;想密码的确是很烦人和頭疼的事，可以试一试&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>想密码的确是很烦人和頭疼的事，可以试一试</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 雪梨</title>
		<link>http://linuxtoy.org/archives/apg.html#comment-91485</link>
		<dc:creator>雪梨</dc:creator>
		<pubDate>Mon, 25 Aug 2008 09:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2328#comment-91485</guid>
		<description>&lt;p&gt;这样的密码鬼记得住。
所以真用这个弄密码的人，多还是将密码写下来/记录下来，
安全性反而低&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>这样的密码鬼记得住。
所以真用这个弄密码的人，多还是将密码写下来/记录下来，
安全性反而低</p>]]></content:encoded>
	</item>
	<item>
		<title>By: xiaket</title>
		<link>http://linuxtoy.org/archives/apg.html#comment-91481</link>
		<dc:creator>xiaket</dc:creator>
		<pubDate>Mon, 25 Aug 2008 08:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2328#comment-91481</guid>
		<description>&lt;p&gt;楼上这个位数太少了啊，就是一个十六进制数嘛。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>楼上这个位数太少了啊，就是一个十六进制数嘛。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Aspirin</title>
		<link>http://linuxtoy.org/archives/apg.html#comment-91482</link>
		<dc:creator>Aspirin</dc:creator>
		<pubDate>Mon, 25 Aug 2008 08:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2328#comment-91482</guid>
		<description>&lt;p&gt;。。。&lt;/p&gt;

&lt;p&gt;这个密码给谁记啊。。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>。。。</p>

<p>这个密码给谁记啊。。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: walkerxk</title>
		<link>http://linuxtoy.org/archives/apg.html#comment-91478</link>
		<dc:creator>walkerxk</dc:creator>
		<pubDate>Mon, 25 Aug 2008 08:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2328#comment-91478</guid>
		<description>&lt;p&gt;echo $RANDOM&#124;md5sum&#124;head -c8&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>echo $RANDOM|md5sum|head -c8</p>]]></content:encoded>
	</item>
	<item>
		<title>By: fcicq</title>
		<link>http://linuxtoy.org/archives/apg.html#comment-91476</link>
		<dc:creator>fcicq</dc:creator>
		<pubDate>Mon, 25 Aug 2008 07:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2328#comment-91476</guid>
		<description>&lt;p&gt;一个有点 ws 的办法... 
dd if=/dev/urandom bs=8 count=1 &#124; base64&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>一个有点 ws 的办法... 
dd if=/dev/urandom bs=8 count=1 | base64</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sozi</title>
		<link>http://linuxtoy.org/archives/apg.html#comment-91470</link>
		<dc:creator>Sozi</dc:creator>
		<pubDate>Mon, 25 Aug 2008 04:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2328#comment-91470</guid>
		<description>&lt;p&gt;我一直用的是 strongpasswordgenerator.com，还可以提示你如何记忆&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>我一直用的是 strongpasswordgenerator.com，还可以提示你如何记忆</p>]]></content:encoded>
	</item>
	<item>
		<title>By: leafduo</title>
		<link>http://linuxtoy.org/archives/apg.html#comment-91468</link>
		<dc:creator>leafduo</dc:creator>
		<pubDate>Mon, 25 Aug 2008 03:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2328#comment-91468</guid>
		<description>&lt;p&gt;作者能记住吗？&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>作者能记住吗？</p>]]></content:encoded>
	</item>
</channel>
</rss>

