<?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, 19 May 2013 18:30:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: ftsum</title>
		<link>http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-465487</link>
		<dc:creator>ftsum</dc:creator>
		<pubDate>Mon, 17 Dec 2012 14:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-465487</guid>
		<description>Dear all 
i am new to openssl and i have read about it. the first of my problem is how to open a file to be encrypter or decrypted.  i have seen the cmds but it&#039;s when the file is ready to be encrypted. shall i give the paths or what. pls help me. i am new to openssl
B/R</description>
		<content:encoded><![CDATA[<p>Dear all<br />
i am new to openssl and i have read about it. the first of my problem is how to open a file to be encrypter or decrypted.  i have seen the cmds but it&#8217;s when the file is ready to be encrypted. shall i give the paths or what. pls help me. i am new to openssl<br />
B/R</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-447178</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Tue, 06 Nov 2012 15:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-447178</guid>
		<description>No, it doesn&#039;t suck. Frankly, I get the sense you just wanted to show off there.

This is for creating encrypted files that you can, for example, send to other people.</description>
		<content:encoded><![CDATA[<p>No, it doesn&#8217;t suck. Frankly, I get the sense you just wanted to show off there.</p>
<p>This is for creating encrypted files that you can, for example, send to other people.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cobalto</title>
		<link>http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-335228</link>
		<dc:creator>Cobalto</dc:creator>
		<pubDate>Mon, 13 Feb 2012 20:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-335228</guid>
		<description>Chuck The -salt option should ALWAYS be used if the key is being derived from a password unless you want compatibility with previous versions of OpenSSL and SSLeay. Without the -salt option it is possible to perform efficient dictionary attacks on the password and to attack stream cipher encrypted data. The reason for this is that without the salt the same password always generates the same encryption key. When the salt is being used the first eight bytes of the encrypted data are reserved for the salt: it is generated at random when encrypting a file and read from the encrypted file when it is decrypted.</description>
		<content:encoded><![CDATA[<p>Chuck The -salt option should ALWAYS be used if the key is being derived from a password unless you want compatibility with previous versions of OpenSSL and SSLeay. Without the -salt option it is possible to perform efficient dictionary attacks on the password and to attack stream cipher encrypted data. The reason for this is that without the salt the same password always generates the same encryption key. When the salt is being used the first eight bytes of the encrypted data are reserved for the salt: it is generated at random when encrypting a file and read from the encrypted file when it is decrypted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cobalto</title>
		<link>http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-335227</link>
		<dc:creator>Cobalto</dc:creator>
		<pubDate>Mon, 13 Feb 2012 20:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/05/02/quickly-encrypt-a-file-with-openssl/#comment-335227</guid>
		<description>The -salt option should ALWAYS be used if the key is being derived from a password unless you want compatibility with previous versions of OpenSSL and SSLeay.

Without the -salt option it is possible to perform efficient dictionary attacks on the password and to attack stream cipher encrypted data. The reason for this is that without the salt the same password always generates the same encryption key. When the salt is being used the first eight bytes of the encrypted data are reserved for the salt: it is generated at random when encrypting a file and read from the encrypted file when it is decrypted.</description>
		<content:encoded><![CDATA[<p>The -salt option should ALWAYS be used if the key is being derived from a password unless you want compatibility with previous versions of OpenSSL and SSLeay.</p>
<p>Without the -salt option it is possible to perform efficient dictionary attacks on the password and to attack stream cipher encrypted data. The reason for this is that without the salt the same password always generates the same encryption key. When the salt is being used the first eight bytes of the encrypted data are reserved for the salt: it is generated at random when encrypting a file and read from the encrypted file when it is decrypted.</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/3 queries in 0.003 seconds using disk: basic
Object Caching 344/344 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-19 12:14:07 -->