<?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"
	>
<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>
	<pubDate>Tue, 06 Jan 2009 04:43:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.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>我用keepassx，使用keepassx随机生成的密码，再用自己的密码保证keepassx数据的安全。</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>用计算机生成的密码，当然用计算机记啦。
gnome的key ring，Mac的key chain，都可以帮你记密码。</description>
		<content:encoded><![CDATA[<p>用计算机生成的密码，当然用计算机记啦。<br />
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>想密码的确是很烦人和頭疼的事，可以试一试</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>这样的密码鬼记得住。
所以真用这个弄密码的人，多还是将密码写下来/记录下来，
安全性反而低</description>
		<content:encoded><![CDATA[<p>这样的密码鬼记得住。<br />
所以真用这个弄密码的人，多还是将密码写下来/记录下来，<br />
安全性反而低</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>楼上这个位数太少了啊，就是一个十六进制数嘛。</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>。。。

这个密码给谁记啊。。</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>echo $RANDOM&#124;md5sum&#124;head -c8</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>一个有点 ws 的办法... 
dd if=/dev/urandom bs=8 count=1 &#124; base64</description>
		<content:encoded><![CDATA[<p>一个有点 ws 的办法&#8230;<br />
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>我一直用的是 strongpasswordgenerator.com，还可以提示你如何记忆</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>作者能记住吗？</description>
		<content:encoded><![CDATA[<p>作者能记住吗？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
