<?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: How to Encrypt and Decrypt Files and Directories Using Tar and OpenSSL	</title>
	<atom:link href="https://www.tecmint.com/encrypt-decrypt-files-tar-openssl-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/encrypt-decrypt-files-tar-openssl-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 18:42:37 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: richard ketcham		</title>
		<link>https://www.tecmint.com/encrypt-decrypt-files-tar-openssl-linux/comment-page-1/#comment-1098470</link>

		<dc:creator><![CDATA[richard ketcham]]></dc:creator>
		<pubDate>Fri, 01 Feb 2019 18:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22102#comment-1098470</guid>

					<description><![CDATA[I am bothered by the comment of Quiark who claims to know something about the security of cryptographic methods, but shows that he knows nothing.  Zomegagon references articles implying that openssl is inherently insecure, vs gpg.  

However, neither openssl nor gpg are cryptographic methods in themselves. They are front ends that call crypto algorithms from open source crypto libraries, and the user selects the crypto of his choice and the crypto parameters to suite his needs.  

These libraries are the gold standards upon which most of the modern internet depends.  Unless you believe that closed source, proprietary cryptography is superior to open source cryptography.  That argument, (security by obscurity) has been made many times and lost.]]></description>
			<content:encoded><![CDATA[<p>I am bothered by the comment of Quiark who claims to know something about the security of cryptographic methods, but shows that he knows nothing.  Zomegagon references articles implying that openssl is inherently insecure, vs gpg.  </p>
<p>However, neither openssl nor gpg are cryptographic methods in themselves. They are front ends that call crypto algorithms from open source crypto libraries, and the user selects the crypto of his choice and the crypto parameters to suite his needs.  </p>
<p>These libraries are the gold standards upon which most of the modern internet depends.  Unless you believe that closed source, proprietary cryptography is superior to open source cryptography.  That argument, (security by obscurity) has been made many times and lost.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: zomegagon		</title>
		<link>https://www.tecmint.com/encrypt-decrypt-files-tar-openssl-linux/comment-page-1/#comment-874111</link>

		<dc:creator><![CDATA[zomegagon]]></dc:creator>
		<pubDate>Wed, 08 Mar 2017 19:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22102#comment-874111</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/encrypt-decrypt-files-tar-openssl-linux/comment-page-1/#comment-874109&quot;&gt;zomegagon&lt;/a&gt;.

&lt;strong&gt;NOTE&lt;/strong&gt;: I just posted these to give anyone who reads this something to think about. I am *not* saying that openssl is *not* the tool for encrypting files. 

I&#039;m saying that it *wasn&#039;t* the tool in the past, how and if that has changed is up to the readers of this post to figure out. I&#039;m no Openssl or Security expert unfortunately.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/encrypt-decrypt-files-tar-openssl-linux/comment-page-1/#comment-874109">zomegagon</a>.</p>
<p><strong>NOTE</strong>: I just posted these to give anyone who reads this something to think about. I am *not* saying that openssl is *not* the tool for encrypting files. </p>
<p>I&#8217;m saying that it *wasn&#8217;t* the tool in the past, how and if that has changed is up to the readers of this post to figure out. I&#8217;m no Openssl or Security expert unfortunately.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: zomegagon		</title>
		<link>https://www.tecmint.com/encrypt-decrypt-files-tar-openssl-linux/comment-page-1/#comment-874109</link>

		<dc:creator><![CDATA[zomegagon]]></dc:creator>
		<pubDate>Wed, 08 Mar 2017 19:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22102#comment-874109</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/encrypt-decrypt-files-tar-openssl-linux/comment-page-1/#comment-805595&quot;&gt;Gabriel A. Cánepa&lt;/a&gt;.

Check these out:

1. https://stackoverflow.com/questions/16056135/how-to-use-openssl-to-encrypt-decrypt-files#16056298
2. https://stackoverflow.com/questions/28247821/openssl-vs-gpg-for-encrypting-off-site-backups\
3. https://security.stackexchange.com/questions/29106/openssl-recover-key-and-iv-by-passphrase/29139#29139
4. https://security.stackexchange.com/questions/31492/file-security-when-encrypting-files-directly-with-the-openssl-command-and-what/31494#31494

Unless things have changed in the past 2 years, Openssl uses custom and insecure constructs and practices to encrypt data. That&#039;s the gist of the posts.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/encrypt-decrypt-files-tar-openssl-linux/comment-page-1/#comment-805595">Gabriel A. Cánepa</a>.</p>
<p>Check these out:</p>
<p>1. <a target="_blank" href="https://stackoverflow.com/questions/16056135/how-to-use-openssl-to-encrypt-decrypt-files#16056298" rel="nofollow ugc">https://stackoverflow.com/questions/16056135/how-to-use-openssl-to-encrypt-decrypt-files#16056298</a><br />
2. <a target="_blank" href="https://stackoverflow.com/questions/28247821/openssl-vs-gpg-for-encrypting-off-site-backups" rel="nofollow ugc">https://stackoverflow.com/questions/28247821/openssl-vs-gpg-for-encrypting-off-site-backups</a>\<br />
3. <a target="_blank" href="https://security.stackexchange.com/questions/29106/openssl-recover-key-and-iv-by-passphrase/29139#29139" rel="nofollow ugc">https://security.stackexchange.com/questions/29106/openssl-recover-key-and-iv-by-passphrase/29139#29139</a><br />
4. <a target="_blank" href="https://security.stackexchange.com/questions/31492/file-security-when-encrypting-files-directly-with-the-openssl-command-and-what/31494#31494" rel="nofollow ugc">https://security.stackexchange.com/questions/31492/file-security-when-encrypting-files-directly-with-the-openssl-command-and-what/31494#31494</a></p>
<p>Unless things have changed in the past 2 years, Openssl uses custom and insecure constructs and practices to encrypt data. That&#8217;s the gist of the posts.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gabriel A. Cánepa		</title>
		<link>https://www.tecmint.com/encrypt-decrypt-files-tar-openssl-linux/comment-page-1/#comment-805595</link>

		<dc:creator><![CDATA[Gabriel A. Cánepa]]></dc:creator>
		<pubDate>Mon, 08 Aug 2016 12:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22102#comment-805595</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/encrypt-decrypt-files-tar-openssl-linux/comment-page-1/#comment-805237&quot;&gt;Quiark&lt;/a&gt;.

@Quiark,
Please enlighten us and share your wisdom - why is this &lt;strong&gt;unsafe&lt;/strong&gt; in your opinion? An actual proof will be most appreciated. In the true spirit of open source and knowledge sharing, pointing out a flaw without providing a suggestion to improve something isn&#039;t the way to go, you know?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/encrypt-decrypt-files-tar-openssl-linux/comment-page-1/#comment-805237">Quiark</a>.</p>
<p>@Quiark,<br />
Please enlighten us and share your wisdom &#8211; why is this <strong>unsafe</strong> in your opinion? An actual proof will be most appreciated. In the true spirit of open source and knowledge sharing, pointing out a flaw without providing a suggestion to improve something isn&#8217;t the way to go, you know?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Quiark		</title>
		<link>https://www.tecmint.com/encrypt-decrypt-files-tar-openssl-linux/comment-page-1/#comment-805237</link>

		<dc:creator><![CDATA[Quiark]]></dc:creator>
		<pubDate>Sun, 07 Aug 2016 04:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22102#comment-805237</guid>

					<description><![CDATA[This is unsafe. Please don&#039;t write about crypto if you don&#039;t understand it, putting your readers at risk (that probably want to encrypt sensitive data, you know?)]]></description>
			<content:encoded><![CDATA[<p>This is unsafe. Please don&#8217;t write about crypto if you don&#8217;t understand it, putting your readers at risk (that probably want to encrypt sensitive data, you know?)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
