<?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: Encrypted Mutt IMAP/SMTP Passwords</title>
	<atom:link href="http://pthree.org/2012/01/07/encrypted-mutt-imap-smtp-passwords/feed/" rel="self" type="application/rss+xml" />
	<link>http://pthree.org/2012/01/07/encrypted-mutt-imap-smtp-passwords/</link>
	<description>Linux.  GNU.  Freedom.</description>
	<lastBuildDate>Fri, 17 May 2013 20:46:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta2-24176</generator>
	<item>
		<title>By: Encrypt your mutt email passwords &#171; 0ddn1x: tricks with *nix</title>
		<link>http://pthree.org/2012/01/07/encrypted-mutt-imap-smtp-passwords/#comment-116555</link>
		<dc:creator>Encrypt your mutt email passwords &#171; 0ddn1x: tricks with *nix</dc:creator>
		<pubDate>Tue, 22 May 2012 15:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=2183#comment-116555</guid>
		<description><![CDATA[[...] http://pthree.org/2012/01/07/encrypted-mutt-imap-smtp-passwords/    Leave a Comment    TrackBack URI [...]

[WORDPRESS HASHCASH] The comment&#039;s server IP (74.200.243.217) doesn&#039;t match the comment&#039;s URL host IP (72.233.69.6) and so is spam.]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://pthree.org/2012/01/07/encrypted-mutt-imap-smtp-passwords/" rel="nofollow">http://pthree.org/2012/01/07/encrypted-mutt-imap-smtp-passwords/</a>    Leave a Comment    TrackBack URI [...]</p>
<p>[WORDPRESS HASHCASH] The comment&#8217;s server IP (74.200.243.217) doesn&#8217;t match the comment&#8217;s URL host IP (72.233.69.6) and so is spam.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Dickson-Hunt</title>
		<link>http://pthree.org/2012/01/07/encrypted-mutt-imap-smtp-passwords/#comment-116529</link>
		<dc:creator>Tom Dickson-Hunt</dc:creator>
		<pubDate>Tue, 24 Apr 2012 03:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=2183#comment-116529</guid>
		<description><![CDATA[Very nice. I like this a lot.

A note: if you&#039;ve got a recent Emacs, then you don&#039;t have to bother with saving, shredding, etc.; simply find the new file passwords.gpg, type in its contents, and save, and Emacs will automatically encrypt it without ever writing plaintext to disk.]]></description>
		<content:encoded><![CDATA[<p>Very nice. I like this a lot.</p>
<p>A note: if you&#8217;ve got a recent Emacs, then you don&#8217;t have to bother with saving, shredding, etc.; simply find the new file passwords.gpg, type in its contents, and save, and Emacs will automatically encrypt it without ever writing plaintext to disk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Toponce : Encrypt Your Irssi Config</title>
		<link>http://pthree.org/2012/01/07/encrypted-mutt-imap-smtp-passwords/#comment-116461</link>
		<dc:creator>Aaron Toponce : Encrypt Your Irssi Config</dc:creator>
		<pubDate>Tue, 28 Feb 2012 14:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=2183#comment-116461</guid>
		<description><![CDATA[[...] Irssi as my client of choice, AND the fact that others have asked me about it after blogging about encrypting your IMAP/SMTP passwords with Mutt, I figured this was an appropriate [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Irssi as my client of choice, AND the fact that others have asked me about it after blogging about encrypting your IMAP/SMTP passwords with Mutt, I figured this was an appropriate [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vontrapp</title>
		<link>http://pthree.org/2012/01/07/encrypted-mutt-imap-smtp-passwords/#comment-116383</link>
		<dc:creator>vontrapp</dc:creator>
		<pubDate>Fri, 27 Jan 2012 23:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=2183#comment-116383</guid>
		<description><![CDATA[There&#039;s a very handy vim plugin that does gpg very nicely, taking care to not store anything to disk and other precautions so you don&#039;t have to rely on shred. Additionally shred doesn&#039;t really work as intended with journaled filesystems, iirc.

I use the one by markus braun
http://www.vim.org/scripts/script.php?script_id=661
There&#039;s another which I know nothing of by james mccoy

Once you have the plugin plopped into the ~/.vim/plugins directory, simply edit the .gpg file:
vim ~/.mutt/private.gpg

Enter your gpg uid (recipient address) in the top buffer and close it. Then edit the bottom buffer. vim will encrypt with gpg any time it writes to disk, and it turns off viminfo and swapfiles, too, so you don&#039;t leak anything.]]></description>
		<content:encoded><![CDATA[<p>There&#8217;s a very handy vim plugin that does gpg very nicely, taking care to not store anything to disk and other precautions so you don&#8217;t have to rely on shred. Additionally shred doesn&#8217;t really work as intended with journaled filesystems, iirc.</p>
<p>I use the one by markus braun<br />
<a href="http://www.vim.org/scripts/script.php?script_id=661" rel="nofollow">http://www.vim.org/scripts/script.php?script_id=661</a><br />
There&#8217;s another which I know nothing of by james mccoy</p>
<p>Once you have the plugin plopped into the ~/.vim/plugins directory, simply edit the .gpg file:<br />
vim ~/.mutt/private.gpg</p>
<p>Enter your gpg uid (recipient address) in the top buffer and close it. Then edit the bottom buffer. vim will encrypt with gpg any time it writes to disk, and it turns off viminfo and swapfiles, too, so you don&#8217;t leak anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Kerensa</title>
		<link>http://pthree.org/2012/01/07/encrypted-mutt-imap-smtp-passwords/#comment-116369</link>
		<dc:creator>Benjamin Kerensa</dc:creator>
		<pubDate>Mon, 09 Jan 2012 05:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=2183#comment-116369</guid>
		<description><![CDATA[I wonder if Thunderbird stores passwords in plaintext =o now I&#039;m concerned]]></description>
		<content:encoded><![CDATA[<p>I wonder if Thunderbird stores passwords in plaintext =o now I&#8217;m concerned</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://pthree.org/2012/01/07/encrypted-mutt-imap-smtp-passwords/#comment-116367</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Sun, 08 Jan 2012 13:33:19 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=2183#comment-116367</guid>
		<description><![CDATA[muttrc also supports back-ticks. I have a small shell script that turns off local echo asks for my password, turns on local echo and then echos it as it exits.

set smtp_pass=`/home/sam/bin/muttpasswd`


#!/bin/bash

read -s -pPassword: P
echo $P



Hope this helps.]]></description>
		<content:encoded><![CDATA[<p>muttrc also supports back-ticks. I have a small shell script that turns off local echo asks for my password, turns on local echo and then echos it as it exits.</p>
<p>set smtp_pass=`/home/sam/bin/muttpasswd`</p>
<p>#!/bin/bash</p>
<p>read -s -pPassword: P<br />
echo $P</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
