<?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>Mac OS X Tips, Mac Tricks, Cool Mac Software, System Updates, and More!</description>
	<lastBuildDate>Tue, 16 Mar 2010 19:16:33 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chuck Lin</title>
		<link>http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/comment-page-1/#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-page-1/#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-page-1/#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-page-1/#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-page-1/#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-page-1/#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-page-1/#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-page-1/#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-page-1/#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-page-1/#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-page-1/#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>
