<?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: Quickly encrypt a file with OpenSSL</title>
	<atom:link href="http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Sun, 12 Feb 2012 15:19:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Fernando</title>
		<link>http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-192729</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Sun, 24 Apr 2011 02:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-192729</guid>
		<description>This work too, but…

to decrypt, you have to use:
cat encrypted.data&#124; openssl des3 -d &gt; file.txt</description>
		<content:encoded><![CDATA[<p>This work too, but…</p>
<p>to decrypt, you have to use:<br />
cat encrypted.data| openssl des3 -d &gt; file.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jon brassow</title>
		<link>http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-106977</link>
		<dc:creator>jon brassow</dc:creator>
		<pubDate>Mon, 19 Jul 2010 22:09:01 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-106977</guid>
		<description>Doesn&#039;t this type of encrypting suck?  You are starting with a plain text file, which remains on the hard drive even after you remove it from the file system.  Sure, your encrypted file may be all that is visible to the average user, but anyone who can scrape the hard drive and search for FS data structures could probably recreate the plain-text file - saving a lot of time vs. breaking into the encrypted file.

Instead, perhaps create a loopback encrypted filesystem that would hold the file?</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t this type of encrypting suck?  You are starting with a plain text file, which remains on the hard drive even after you remove it from the file system.  Sure, your encrypted file may be all that is visible to the average user, but anyone who can scrape the hard drive and search for FS data structures could probably recreate the plain-text file &#8211; saving a lot of time vs. breaking into the encrypted file.</p>
<p>Instead, perhaps create a loopback encrypted filesystem that would hold the file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian botkiller</title>
		<link>http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-100184</link>
		<dc:creator>brian botkiller</dc:creator>
		<pubDate>Sat, 20 Mar 2010 03:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-100184</guid>
		<description>are you guys on drugs? You do realize that the best way to encrypt a text file is to use GNUpg, right? Install Gnupg, as well as the GPGdropthing.  Drop your text into it.  Encrypt.  Paste into text file.  When you need the data, decrypt.  C&#039;mon...</description>
		<content:encoded><![CDATA[<p>are you guys on drugs? You do realize that the best way to encrypt a text file is to use GNUpg, right? Install Gnupg, as well as the GPGdropthing.  Drop your text into it.  Encrypt.  Paste into text file.  When you need the data, decrypt.  C&#8217;mon&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck Lin</title>
		<link>http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-99329</link>
		<dc:creator>Chuck Lin</dc:creator>
		<pubDate>Mon, 04 Jan 2010 17:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-99329</guid>
		<description>-salt doesnt seem to be in the man pages nor does it seem to do anything

you can also do

cat file.txt &#124; openssl des3 &gt; encrypted.data
and
cat encrypted.data &#124; openssl des3 -d</description>
		<content:encoded><![CDATA[<p>-salt doesnt seem to be in the man pages nor does it seem to do anything</p>
<p>you can also do</p>
<p>cat file.txt | openssl des3 &gt; encrypted.data<br />
and<br />
cat encrypted.data | openssl des3 -d</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-97201</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Mon, 12 Oct 2009 21:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-97201</guid>
		<description>Beautiful and simple - I didn&#039;t realize this was built-in to Leopard!  Thanks!</description>
		<content:encoded><![CDATA[<p>Beautiful and simple &#8211; I didn&#8217;t realize this was built-in to Leopard!  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doodle dabbles &#187; Blog Archive &#187; OpenSSL: The Gift that Keeps On Giving</title>
		<link>http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-69150</link>
		<dc:creator>doodle dabbles &#187; Blog Archive &#187; OpenSSL: The Gift that Keeps On Giving</dc:creator>
		<pubDate>Mon, 18 Aug 2008 23:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-69150</guid>
		<description>[...] Also, from this awesome tip from OS X Daily, you can quickly encrypt a file using openssl using the following (I used AES 128 in CBC mode) &#8212; it even prompts you for the encryption password (key) twice: [...]</description>
		<content:encoded><![CDATA[<p>[...] Also, from this awesome tip from OS X Daily, you can quickly encrypt a file using openssl using the following (I used AES 128 in CBC mode) &#8212; it even prompts you for the encryption password (key) twice: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: plaxdan</title>
		<link>http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-22196</link>
		<dc:creator>plaxdan</dc:creator>
		<pubDate>Sun, 30 Sep 2007 18:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-22196</guid>
		<description>@mchl: Just remember if you enter your password on the command line, it will be stored in plain text in your .bash_history file.</description>
		<content:encoded><![CDATA[<p>@mchl: Just remember if you enter your password on the command line, it will be stored in plain text in your .bash_history file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mchl</title>
		<link>http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-16503</link>
		<dc:creator>mchl</dc:creator>
		<pubDate>Wed, 15 Aug 2007 17:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-16503</guid>
		<description>Many thanx for this information. Please note the possibility to add a password directly (it took me as a newby some hours to figure this out):

openssl des3 -salt -in file.txt -out file.des3 -k mypassword

(http://www.openssl.org/docs/apps/enc.html)</description>
		<content:encoded><![CDATA[<p>Many thanx for this information. Please note the possibility to add a password directly (it took me as a newby some hours to figure this out):</p>
<p>openssl des3 -salt -in file.txt -out file.des3 -k mypassword</p>
<p>(<a href="http://www.openssl.org/docs/apps/enc.html" rel="nofollow">http://www.openssl.org/docs/apps/enc.html</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buzzert</title>
		<link>http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-6767</link>
		<dc:creator>buzzert</dc:creator>
		<pubDate>Sat, 12 May 2007 00:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-6767</guid>
		<description>&quot;It doesn’t look like it can be used on folders either which sucks&quot;

You could ZIP it first.</description>
		<content:encoded><![CDATA[<p>&#8220;It doesn’t look like it can be used on folders either which sucks&#8221;</p>
<p>You could ZIP it first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murphy</title>
		<link>http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-6631</link>
		<dc:creator>Murphy</dc:creator>
		<pubDate>Thu, 10 May 2007 01:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-6631</guid>
		<description>mugab -

It might not be EXACTLY what you&#039;re looking for - but I just posted the steps to make this command into a shell script.  At least you can drag the file you want encrypted into a Terminal window !

Great tip OSXDaily !</description>
		<content:encoded><![CDATA[<p>mugab -</p>
<p>It might not be EXACTLY what you&#8217;re looking for &#8211; but I just posted the steps to make this command into a shell script.  At least you can drag the file you want encrypted into a Terminal window !</p>
<p>Great tip OSXDaily !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ignacio</title>
		<link>http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-6554</link>
		<dc:creator>Ignacio</dc:creator>
		<pubDate>Wed, 09 May 2007 07:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-6554</guid>
		<description>If you want to protect a folder or more than one file use the disc utility, click on new image, set the space and the password.
Everyone have secrets... xD</description>
		<content:encoded><![CDATA[<p>If you want to protect a folder or more than one file use the disc utility, click on new image, set the space and the password.<br />
Everyone have secrets&#8230; xD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gash</title>
		<link>http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-6506</link>
		<dc:creator>Gash</dc:creator>
		<pubDate>Tue, 08 May 2007 18:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-6506</guid>
		<description>This is a great solution. Another one would be to grab gpg for OSX and use &#039;gpg -c &#039;</description>
		<content:encoded><![CDATA[<p>This is a great solution. Another one would be to grab gpg for OSX and use &#8216;gpg -c &#8216;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weaver</title>
		<link>http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-5947</link>
		<dc:creator>Weaver</dc:creator>
		<pubDate>Wed, 02 May 2007 16:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-5947</guid>
		<description>that&#039;s a pretty good solution to protect a single text file</description>
		<content:encoded><![CDATA[<p>that&#8217;s a pretty good solution to protect a single text file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mugab</title>
		<link>http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-5916</link>
		<dc:creator>mugab</dc:creator>
		<pubDate>Wed, 02 May 2007 07:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-5916</guid>
		<description>It&#039;d be nice if there was an easy drag and drop utility to do this that just prompts you for a password. I&#039;m not really command line savvy and I think there&#039;s a lot of room for error.

It doesn&#039;t look like it can be used on folders either which sucks</description>
		<content:encoded><![CDATA[<p>It&#8217;d be nice if there was an easy drag and drop utility to do this that just prompts you for a password. I&#8217;m not really command line savvy and I think there&#8217;s a lot of room for error.</p>
<p>It doesn&#8217;t look like it can be used on folders either which sucks</p>
]]></content:encoded>
	</item>
</channel>
</rss>


<!-- W3 Total Cache: Page cache debug info:
Engine:             disk (enhanced)
Key:                2007/05/02/quickly-encrypt-a-file-with-openssl/feed/_index.html
Caching:            disabled
Reject reason:      user agent is rejected
Status:             not cached
Creation Time:      0.122s
Header info:
X-Pingback:         http://osxdaily.com/xmlrpc.php
Last-Modified:      Sun, 12 Feb 2012 15:19:46 GMT
ETag:               "516080ac57ecd2d05de86f35ab0c16ba"
X-Powered-By:       W3 Total Cache/0.9.1.3
Link:               <http://wp.me/ps4An-39>; rel=shortlink
Content-Type:       text/xml; charset=UTF-8
-->
