<?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: Passwords, logins and security</title>
	<atom:link href="http://www.dissociatedpress.net/2004/05/12/passwords-logins-and-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dissociatedpress.net/2004/05/12/passwords-logins-and-security/</link>
	<description>Linux, Open Source, and Tech Journalism</description>
	<lastBuildDate>Fri, 12 Mar 2010 04:56:06 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: matt</title>
		<link>http://www.dissociatedpress.net/2004/05/12/passwords-logins-and-security/comment-page-1/#comment-219</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Wed, 24 Nov 2004 06:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dissociatedpress.net/?p=33#comment-219</guid>
		<description>i store them encrypted in a file and view/edit with vim.  so as to not ever have the file unencrypted on disk i start vim like so:

  vim -b -n -c &#039;%!gpg 2&gt;/dev/null&#039; -c &#039;map :wq :%!gpg -e -r me  2&gt;/dev/null &lt;c R&gt;:w&lt;cr&gt;:q&lt;cr&gt;&#039; $HOME/secretfile

and then :wq writes out the buffer encrypted&lt;/cr&gt;&lt;/cr&gt;&lt;/c&gt;</description>
		<content:encoded><![CDATA[<p>i store them encrypted in a file and view/edit with vim.  so as to not ever have the file unencrypted on disk i start vim like so:</p>
<p>  vim -b -n -c '%!gpg 2>/dev/null' -c 'map :wq :%!gpg -e -r me  2>/dev/null <c R>:w<cr>:q</cr><cr>' $HOME/secretfile</p>
<p>and then :wq writes out the buffer encrypted</cr></c></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthew</title>
		<link>http://www.dissociatedpress.net/2004/05/12/passwords-logins-and-security/comment-page-1/#comment-86</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Thu, 19 Aug 2004 01:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.dissociatedpress.net/?p=33#comment-86</guid>
		<description>Keep reusing 3 passwords over and over :)</description>
		<content:encoded><![CDATA[<p>Keep reusing 3 passwords over and over <img src='http://www.dissociatedpress.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.dissociatedpress.net/2004/05/12/passwords-logins-and-security/comment-page-1/#comment-42</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 26 Jun 2004 02:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dissociatedpress.net/?p=33#comment-42</guid>
		<description>Encrypt a file with the passwords, mail it to yourself.  If you move around to diffrn&#039;t systems, try emailing to a service that allows you to get it from webmail.

Or leave it on your secure desktop at home and SSH to it.  This might be more trouble than it&#039;s worth ...

Not foolproof, and I wouldn&#039;t (myself) leave it on a web-based anything.  YMMV.</description>
		<content:encoded><![CDATA[<p>Encrypt a file with the passwords, mail it to yourself.  If you move around to diffrn't systems, try emailing to a service that allows you to get it from webmail.</p>
<p>Or leave it on your secure desktop at home and SSH to it.  This might be more trouble than it's worth ...</p>
<p>Not foolproof, and I wouldn't (myself) leave it on a web-based anything.  YMMV.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.dissociatedpress.net/2004/05/12/passwords-logins-and-security/comment-page-1/#comment-36</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sat, 05 Jun 2004 20:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.dissociatedpress.net/?p=33#comment-36</guid>
		<description>I have been using strip - http://www.zetetic.net/solutions/strip/ - a free password manager for palm OS to manage all my passwords - allows me to use unique passwords for everything. I wish it has a desktop app to sync with but still very handy. One word of warning - i have heard there is a flaw in the password generator so don&#039;t let it pick your passwords for you.</description>
		<content:encoded><![CDATA[<p>I have been using strip - <a href="http://www.zetetic.net/solutions/strip/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.zetetic.net/solutions/strip/?referer=');">http://www.zetetic.net/solutions/strip/</a> - a free password manager for palm OS to manage all my passwords - allows me to use unique passwords for everything. I wish it has a desktop app to sync with but still very handy. One word of warning - i have heard there is a flaw in the password generator so don't let it pick your passwords for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: citizen428</title>
		<link>http://www.dissociatedpress.net/2004/05/12/passwords-logins-and-security/comment-page-1/#comment-31</link>
		<dc:creator>citizen428</dc:creator>
		<pubDate>Sat, 15 May 2004 00:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.dissociatedpress.net/?p=33#comment-31</guid>
		<description>Sending yourself a GPG-encrypted mail with all the stuff inside, so you only have to remeber the mantra. Works best with mutt on a remote server, so you can access it from everywhere.</description>
		<content:encoded><![CDATA[<p>Sending yourself a GPG-encrypted mail with all the stuff inside, so you only have to remeber the mantra. Works best with mutt on a remote server, so you can access it from everywhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jzb</title>
		<link>http://www.dissociatedpress.net/2004/05/12/passwords-logins-and-security/comment-page-1/#comment-30</link>
		<dc:creator>jzb</dc:creator>
		<pubDate>Thu, 13 May 2004 00:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.dissociatedpress.net/?p=33#comment-30</guid>
		<description>Yeah, I&#039;m aware of those things... doesn&#039;t help much when you switch computers regularly, and it doesn&#039;t do much for passwords for remote computer logins, db logins and so forth -- I use Firefox/Mozilla&#039;s password features pretty heavily, but there are a number of sites/pages where they don&#039;t work.</description>
		<content:encoded><![CDATA[<p>Yeah, I'm aware of those things... doesn't help much when you switch computers regularly, and it doesn't do much for passwords for remote computer logins, db logins and so forth -- I use Firefox/Mozilla's password features pretty heavily, but there are a number of sites/pages where they don't work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://www.dissociatedpress.net/2004/05/12/passwords-logins-and-security/comment-page-1/#comment-29</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Wed, 12 May 2004 23:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.dissociatedpress.net/?p=33#comment-29</guid>
		<description>If you are a KDE user, you might look at the kde wallet (new in 3.2 I think). 
It can store web form data, passwords, etc. 
Also, firefox can store some items like that.</description>
		<content:encoded><![CDATA[<p>If you are a KDE user, you might look at the kde wallet (new in 3.2 I think).<br />
It can store web form data, passwords, etc.<br />
Also, firefox can store some items like that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
