<?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: Vim Tip of the Week &#8211; Encryption : Aug 3, 2007</title>
	<atom:link href="http://ubuntu-tutorials.com/2007/08/03/vim-tip-of-the-week-encryption-aug-3-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com/2007/08/03/vim-tip-of-the-week-encryption-aug-3-2007/</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Fri, 11 May 2012 05:04:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Fernando Lopez Jr.</title>
		<link>http://ubuntu-tutorials.com/2007/08/03/vim-tip-of-the-week-encryption-aug-3-2007/#comment-14966</link>
		<dc:creator>Fernando Lopez Jr.</dc:creator>
		<pubDate>Sun, 30 Oct 2011 20:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=401#comment-14966</guid>
		<description>Here is more information about it: http://vim.wikia.com/wiki/Encryption</description>
		<content:encoded><![CDATA[<p>Here is more information about it: <a href="http://vim.wikia.com/wiki/Encryption" rel="nofollow">http://vim.wikia.com/wiki/Encryption</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jzacsh</title>
		<link>http://ubuntu-tutorials.com/2007/08/03/vim-tip-of-the-week-encryption-aug-3-2007/#comment-10202</link>
		<dc:creator>jzacsh</dc:creator>
		<pubDate>Sat, 16 Jan 2010 23:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=401#comment-10202</guid>
		<description>&lt;a href=&quot;#comment-8130&quot; rel=&quot;nofollow&quot;&gt;@K Peterson &lt;/a&gt; 
Awesome, that&#039;s just what I was looking for... now what would be really cool: if you could `grep` or even `less` the encrypted file, have grep figure out (on its own) that its encrypted and then ask you for the passphrase right at the command line!
--eg:
a crypted file containing &quot;bum blah bum&quot;
file ./test
./test: Vim encrypted file data

grep &#039;blah&#039; ./test
grep: enter passphrase: *****
bum blah bum

--
I think that&#039;d be awesome for keeping passwords/usernames stored (save me from having to `mcrypt -d`, grep the resulting file, then delete the decrypted version again.

any thoughts? (maybe even some sort of ease-integration with ascii files that have been crypted with `mcrypt`??)</description>
		<content:encoded><![CDATA[<p><a href="#comment-8130" rel="nofollow">@K Peterson </a><br />
Awesome, that&#8217;s just what I was looking for&#8230; now what would be really cool: if you could `grep` or even `less` the encrypted file, have grep figure out (on its own) that its encrypted and then ask you for the passphrase right at the command line!<br />
&#8211;eg:<br />
a crypted file containing &#8220;bum blah bum&#8221;<br />
file ./test<br />
./test: Vim encrypted file data</p>
<p>grep &#8216;blah&#8217; ./test<br />
grep: enter passphrase: *****<br />
bum blah bum</p>
<p>&#8211;<br />
I think that&#8217;d be awesome for keeping passwords/usernames stored (save me from having to `mcrypt -d`, grep the resulting file, then delete the decrypted version again.</p>
<p>any thoughts? (maybe even some sort of ease-integration with ascii files that have been crypted with `mcrypt`??)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K Peterson</title>
		<link>http://ubuntu-tutorials.com/2007/08/03/vim-tip-of-the-week-encryption-aug-3-2007/#comment-8130</link>
		<dc:creator>K Peterson</dc:creator>
		<pubDate>Wed, 11 Mar 2009 20:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=401#comment-8130</guid>
		<description>@sylesh: Open the encrypted file in vim using your old pass phrase. Now type :X and enter an empty pass phrase. Type :w and the file will be saved unencrypted.</description>
		<content:encoded><![CDATA[<p>@sylesh: Open the encrypted file in vim using your old pass phrase. Now type :X and enter an empty pass phrase. Type :w and the file will be saved unencrypted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sylesh</title>
		<link>http://ubuntu-tutorials.com/2007/08/03/vim-tip-of-the-week-encryption-aug-3-2007/#comment-4117</link>
		<dc:creator>sylesh</dc:creator>
		<pubDate>Tue, 25 Mar 2008 10:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=401#comment-4117</guid>
		<description>we can encrypt files using vim -x,but how to decrypt the same file and get back it to normal form?</description>
		<content:encoded><![CDATA[<p>we can encrypt files using vim -x,but how to decrypt the same file and get back it to normal form?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ra Jetley</title>
		<link>http://ubuntu-tutorials.com/2007/08/03/vim-tip-of-the-week-encryption-aug-3-2007/#comment-2004</link>
		<dc:creator>Ra Jetley</dc:creator>
		<pubDate>Wed, 24 Oct 2007 19:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=401#comment-2004</guid>
		<description>I used vi -x  to create a encrypted file. I ftp&#039;ed  to a different machine. I am not able to open the  using same passphrase. Is there a known issue ??</description>
		<content:encoded><![CDATA[<p>I used vi -x  to create a encrypted file. I ftp&#8217;ed  to a different machine. I am not able to open the  using same passphrase. Is there a known issue ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K Lars Lohn</title>
		<link>http://ubuntu-tutorials.com/2007/08/03/vim-tip-of-the-week-encryption-aug-3-2007/#comment-1998</link>
		<dc:creator>K Lars Lohn</dc:creator>
		<pubDate>Thu, 23 Aug 2007 18:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=401#comment-1998</guid>
		<description>I did:

&gt;sudo apt-get install vim-full
&gt; ...
&gt;vim --version
VIM - Vi IMproved 7.0 (2006 May 7, compiled May 22 2007 21:25:19)
Included patches: 1-164, 234-235

and now I have my precious &quot;-x&quot; feature back.

The offending version of vim was installed by default in a default fresh install of Ubuntu 7.0.4.  This was not an upgrade.  I&#039;m kind of at a loss in trying to figure out why they would bother to have a crippled version at all.

Thanks for your suggestion. You got me moving again...</description>
		<content:encoded><![CDATA[<p>I did:</p>
<p>&gt;sudo apt-get install vim-full<br />
&gt; &#8230;<br />
&gt;vim &#8211;version<br />
VIM &#8211; Vi IMproved 7.0 (2006 May 7, compiled May 22 2007 21:25:19)<br />
Included patches: 1-164, 234-235</p>
<p>and now I have my precious &#8220;-x&#8221; feature back.</p>
<p>The offending version of vim was installed by default in a default fresh install of Ubuntu 7.0.4.  This was not an upgrade.  I&#8217;m kind of at a loss in trying to figure out why they would bother to have a crippled version at all.</p>
<p>Thanks for your suggestion. You got me moving again&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ubuntu Tutorials</title>
		<link>http://ubuntu-tutorials.com/2007/08/03/vim-tip-of-the-week-encryption-aug-3-2007/#comment-1997</link>
		<dc:creator>Ubuntu Tutorials</dc:creator>
		<pubDate>Thu, 23 Aug 2007 17:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=401#comment-1997</guid>
		<description>@ K Lars Lohn - running &quot;vim --version&quot; on my machine I get the following:

&quot;VIM - Vi IMproved 7.1 (2007 May 12, compiled Jul 16 2007 17:22:49)&quot;

I wonder if you are using a previous release on a previous version of ubuntu.  Perhaps try installing the vim-full package and see if that gives you any additional features</description>
		<content:encoded><![CDATA[<p>@ K Lars Lohn &#8211; running &#8220;vim &#8211;version&#8221; on my machine I get the following:</p>
<p>&#8220;VIM &#8211; Vi IMproved 7.1 (2007 May 12, compiled Jul 16 2007 17:22:49)&#8221;</p>
<p>I wonder if you are using a previous release on a previous version of ubuntu.  Perhaps try installing the vim-full package and see if that gives you any additional features</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K Lars Lohn</title>
		<link>http://ubuntu-tutorials.com/2007/08/03/vim-tip-of-the-week-encryption-aug-3-2007/#comment-1999</link>
		<dc:creator>K Lars Lohn</dc:creator>
		<pubDate>Thu, 23 Aug 2007 03:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=401#comment-1999</guid>
		<description>I&#039;ve used vim -x for quite a while.  I&#039;ve just moved to a new Ubuntu 7.0.4 box after years on Suse.  I was unpleasantly surprised to find that vim under Ubuntu did not have the encrypt option.

&gt; vi -x test.txt
VIM - Vi IMproved 7.0 (2006 May 7, compiled May 22 2007 21:10:57)
Unknown option argument: &quot;-x&quot;
More info with: &quot;vim -h&quot;

Running vim -h, indeed, showed there is no -x option.  The man page, however, does list it.

Do you have any idea what&#039;s up with this?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used vim -x for quite a while.  I&#8217;ve just moved to a new Ubuntu 7.0.4 box after years on Suse.  I was unpleasantly surprised to find that vim under Ubuntu did not have the encrypt option.</p>
<p>&gt; vi -x test.txt<br />
VIM &#8211; Vi IMproved 7.0 (2006 May 7, compiled May 22 2007 21:10:57)<br />
Unknown option argument: &#8220;-x&#8221;<br />
More info with: &#8220;vim -h&#8221;</p>
<p>Running vim -h, indeed, showed there is no -x option.  The man page, however, does list it.</p>
<p>Do you have any idea what&#8217;s up with this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ubuntu Tutorials</title>
		<link>http://ubuntu-tutorials.com/2007/08/03/vim-tip-of-the-week-encryption-aug-3-2007/#comment-2002</link>
		<dc:creator>Ubuntu Tutorials</dc:creator>
		<pubDate>Fri, 03 Aug 2007 18:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=401#comment-2002</guid>
		<description>Anonymous coward - it&#039;s by no means supposed to be the end-all method of security.  I didn&#039;t post it as full drive encryption, unbreakable encryption or anything of the like.  It is simply the built-in encryption included with vim and it *is* better than a plain text file for casual snoopers.</description>
		<content:encoded><![CDATA[<p>Anonymous coward &#8211; it&#8217;s by no means supposed to be the end-all method of security.  I didn&#8217;t post it as full drive encryption, unbreakable encryption or anything of the like.  It is simply the built-in encryption included with vim and it *is* better than a plain text file for casual snoopers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://ubuntu-tutorials.com/2007/08/03/vim-tip-of-the-week-encryption-aug-3-2007/#comment-2001</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 03 Aug 2007 18:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=401#comment-2001</guid>
		<description>The pkzip encryption was broken over a decade ago! If you want it to be &quot;flexible&quot;, maybe you shouldn&#039;t use encryption at all; it will be about as secure as this!</description>
		<content:encoded><![CDATA[<p>The pkzip encryption was broken over a decade ago! If you want it to be &#8220;flexible&#8221;, maybe you shouldn&#8217;t use encryption at all; it will be about as secure as this!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching using disk: basic
Object Caching 314/315 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-05-24 10:17:06 -->
