<?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: Simple File Encryption with OpenSSL</title>
	<atom:link href="http://tombuntu.com/index.php/2007/12/12/simple-file-encryption-with-openssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://tombuntu.com/index.php/2007/12/12/simple-file-encryption-with-openssl/</link>
	<description>News, Tips, and How-Tos for Ubuntu Linux</description>
	<lastBuildDate>Mon, 09 Jan 2012 11:59:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Command-Line File Encryption and Decryption using OpenSSL</title>
		<link>http://tombuntu.com/index.php/2007/12/12/simple-file-encryption-with-openssl/#comment-195965</link>
		<dc:creator>Command-Line File Encryption and Decryption using OpenSSL</dc:creator>
		<pubDate>Thu, 10 Nov 2011 01:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2007/12/12/simple-file-encryption-with-openssl/#comment-195965</guid>
		<description>[...] Simple File Encryption with OpenSSL. Dryer, Tom. Tombuntu. 12 Dec. 2007.  This entry was posted in link and tagged centos, decryption, [...]</description>
		<content:encoded><![CDATA[<p>[...] Simple File Encryption with OpenSSL. Dryer, Tom. Tombuntu. 12 Dec. 2007.  This entry was posted in link and tagged centos, decryption, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mahesh</title>
		<link>http://tombuntu.com/index.php/2007/12/12/simple-file-encryption-with-openssl/#comment-178583</link>
		<dc:creator>mahesh</dc:creator>
		<pubDate>Sat, 24 Sep 2011 10:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2007/12/12/simple-file-encryption-with-openssl/#comment-178583</guid>
		<description>thankzzz.....</description>
		<content:encoded><![CDATA[<p>thankzzz&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zachary Fouts &#187; Blog Archive &#187; Quick &#38; Easy File Encryption</title>
		<link>http://tombuntu.com/index.php/2007/12/12/simple-file-encryption-with-openssl/#comment-174681</link>
		<dc:creator>Zachary Fouts &#187; Blog Archive &#187; Quick &#38; Easy File Encryption</dc:creator>
		<pubDate>Thu, 15 Sep 2011 16:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2007/12/12/simple-file-encryption-with-openssl/#comment-174681</guid>
		<description>[...] to Tombuntu for his great guide here   Comment (RSS) [...]</description>
		<content:encoded><![CDATA[<p>[...] to Tombuntu for his great guide here   Comment (RSS) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hostizzle: Free OpenVPN&#8211;for real! &#187; An Overview on How to Encrypt Data</title>
		<link>http://tombuntu.com/index.php/2007/12/12/simple-file-encryption-with-openssl/#comment-158274</link>
		<dc:creator>Hostizzle: Free OpenVPN&#8211;for real! &#187; An Overview on How to Encrypt Data</dc:creator>
		<pubDate>Wed, 08 Jun 2011 06:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2007/12/12/simple-file-encryption-with-openssl/#comment-158274</guid>
		<description>[...] because many computers already have OpenSSL installed, since it is used for numerous services. AES-256 is supported, and note that the -salt option is default but is used in this [...]</description>
		<content:encoded><![CDATA[<p>[...] because many computers already have OpenSSL installed, since it is used for numerous services. AES-256 is supported, and note that the -salt option is default but is used in this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: #! &#187; Simple bash variable security with OpenSSL</title>
		<link>http://tombuntu.com/index.php/2007/12/12/simple-file-encryption-with-openssl/#comment-110192</link>
		<dc:creator>#! &#187; Simple bash variable security with OpenSSL</dc:creator>
		<pubDate>Thu, 18 Nov 2010 00:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2007/12/12/simple-file-encryption-with-openssl/#comment-110192</guid>
		<description>[...] standard we are using). The following example is cheerfully swiped from the example given over at Tombuntu. ?View Code BASH&gt;openssl aes-256-cbc -a -salt -in config.plain -out [...]</description>
		<content:encoded><![CDATA[<p>[...] standard we are using). The following example is cheerfully swiped from the example given over at Tombuntu. ?View Code BASH&gt;openssl aes-256-cbc -a -salt -in config.plain -out [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://tombuntu.com/index.php/2007/12/12/simple-file-encryption-with-openssl/#comment-87898</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Sat, 01 May 2010 05:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2007/12/12/simple-file-encryption-with-openssl/#comment-87898</guid>
		<description>Very nice!  I added this to my .profile

alias encrypt=&quot;openssl aes-256-cbc -a -salt&quot;
alias decrypt=&quot;openssl aes-256-cbc -d -a -salt&quot;</description>
		<content:encoded><![CDATA[<p>Very nice!  I added this to my .profile</p>
<p>alias encrypt=&#8221;openssl aes-256-cbc -a -salt&#8221;<br />
alias decrypt=&#8221;openssl aes-256-cbc -d -a -salt&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony thyssen</title>
		<link>http://tombuntu.com/index.php/2007/12/12/simple-file-encryption-with-openssl/#comment-71802</link>
		<dc:creator>Anthony thyssen</dc:creator>
		<pubDate>Thu, 29 Oct 2009 02:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2007/12/12/simple-file-encryption-with-openssl/#comment-71802</guid>
		<description>Addendum -- Remove the -a option from the above.  When saving to a file there is no need to request &#039;base64&#039; encoding!  Save it directly as binary!</description>
		<content:encoded><![CDATA[<p>Addendum &#8212; Remove the -a option from the above.  When saving to a file there is no need to request &#8216;base64&#8242; encoding!  Save it directly as binary!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony thyssen</title>
		<link>http://tombuntu.com/index.php/2007/12/12/simple-file-encryption-with-openssl/#comment-71800</link>
		<dc:creator>Anthony thyssen</dc:creator>
		<pubDate>Thu, 29 Oct 2009 02:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2007/12/12/simple-file-encryption-with-openssl/#comment-71800</guid>
		<description>if you use a suffix such as &#039;.enc&#039; for encrypted files, you can also use VIM to edit an encrypted file.  It asks for the password to decrypt then if you write it will ask for the password again to encrypt...

Add the following to your .vimrc file...

&quot; Edit encrypted using openssl aes-256-cbc
augroup enc
autocmd!
autocmd  BufReadPre,FileReadPre     *.enc set bin
autocmd  BufReadPre,FileReadPre     *.enc set noswapfile
autocmd  BufReadPost,FileReadPost   *.enc set shell=sh
autocmd  BufReadPost,FileReadPost   *.enc set shellredir=&gt;
autocmd  BufReadPost,FileReadPost   *.enc &#039;[,&#039;]!openssl aes-256-cbc -d -a
autocmd  BufReadPost,FileReadPost   *.enc exe &quot;doau BufReadPost &quot;.expand(&quot;%:r&quot;)
autocmd  BufReadPost,FileReadPost   *.enc set nobin
autocmd  BufReadPost,FileReadPost   *.enc redraw!
autocmd  BufWritePre,FileWritePre   *.enc mark z
autocmd  BufWritePre,FileWritePre   *.enc set bin
autocmd  BufWritePre,FileWritePre   *.enc &#039;[,&#039;]!openssl aes-256-cbc -a -salt
autocmd  BufWritePost,FileWritePost *.enc undo
autocmd  BufWritePost,FileWritePost *.enc set nobin
autocmd  BufWritePost,FileWritePost *.enc &#039;z
augroup END


To create a new file just start vim without a file name and then &#039;write&#039; it to one ending in &#039;.enc&#039; for example
:w secret_stuff.enc

To look at or modify the file just run  vim secret_stuff.enc

WARNING: when saving make sure the file gets written correctly by looking at the output before quitting.

ASIDE: The above was developed from old PGP and GPG encrypted file techniques from vim.</description>
		<content:encoded><![CDATA[<p>if you use a suffix such as &#8216;.enc&#8217; for encrypted files, you can also use VIM to edit an encrypted file.  It asks for the password to decrypt then if you write it will ask for the password again to encrypt&#8230;</p>
<p>Add the following to your .vimrc file&#8230;</p>
<p>&#8221; Edit encrypted using openssl aes-256-cbc<br />
augroup enc<br />
autocmd!<br />
autocmd  BufReadPre,FileReadPre     *.enc set bin<br />
autocmd  BufReadPre,FileReadPre     *.enc set noswapfile<br />
autocmd  BufReadPost,FileReadPost   *.enc set shell=sh<br />
autocmd  BufReadPost,FileReadPost   *.enc set shellredir=&gt;<br />
autocmd  BufReadPost,FileReadPost   *.enc &#8216;[,']!openssl aes-256-cbc -d -a<br />
autocmd  BufReadPost,FileReadPost   *.enc exe &#8220;doau BufReadPost &#8220;.expand(&#8220;%:r&#8221;)<br />
autocmd  BufReadPost,FileReadPost   *.enc set nobin<br />
autocmd  BufReadPost,FileReadPost   *.enc redraw!<br />
autocmd  BufWritePre,FileWritePre   *.enc mark z<br />
autocmd  BufWritePre,FileWritePre   *.enc set bin<br />
autocmd  BufWritePre,FileWritePre   *.enc &#8216;[,']!openssl aes-256-cbc -a -salt<br />
autocmd  BufWritePost,FileWritePost *.enc undo<br />
autocmd  BufWritePost,FileWritePost *.enc set nobin<br />
autocmd  BufWritePost,FileWritePost *.enc &#8216;z<br />
augroup END</p>
<p>To create a new file just start vim without a file name and then &#8216;write&#8217; it to one ending in &#8216;.enc&#8217; for example<br />
:w secret_stuff.enc</p>
<p>To look at or modify the file just run  vim secret_stuff.enc</p>
<p>WARNING: when saving make sure the file gets written correctly by looking at the output before quitting.</p>
<p>ASIDE: The above was developed from old PGP and GPG encrypted file techniques from vim.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OpenSSL? ??? ??? ?? ??? ??</title>
		<link>http://tombuntu.com/index.php/2007/12/12/simple-file-encryption-with-openssl/#comment-70788</link>
		<dc:creator>OpenSSL? ??? ??? ?? ??? ??</dc:creator>
		<pubDate>Mon, 12 Oct 2009 15:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2007/12/12/simple-file-encryption-with-openssl/#comment-70788</guid>
		<description>[...] ??: http://tombuntu.com/index.php/2007/12/12/simple-file-encryption-with-openssl/ [...]</description>
		<content:encoded><![CDATA[<p>[...] ??: <a href="http://tombuntu.com/index.php/2007/12/12/simple-file-encryption-with-openssl/" rel="nofollow">http://tombuntu.com/index.php/2007/12/12/simple-file-encryption-with-openssl/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [security] Encrypt files in the command line using OpenSSL &#171; *NIX tricks</title>
		<link>http://tombuntu.com/index.php/2007/12/12/simple-file-encryption-with-openssl/#comment-70266</link>
		<dc:creator>[security] Encrypt files in the command line using OpenSSL &#171; *NIX tricks</dc:creator>
		<pubDate>Sat, 03 Oct 2009 20:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2007/12/12/simple-file-encryption-with-openssl/#comment-70266</guid>
		<description>[...] Reference: link. [...]</description>
		<content:encoded><![CDATA[<p>[...] Reference: link. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)

Served from: tombuntu.com @ 2012-02-08 11:58:59 -->
