<?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: 7 Tools to Encrypt/Decrypt and Password Protect Files in Linux	</title>
	<atom:link href="https://www.tecmint.com/linux-password-protect-files-with-encryption/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/linux-password-protect-files-with-encryption/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 30 Nov 2023 21:10:56 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Kanu Patel		</title>
		<link>https://www.tecmint.com/linux-password-protect-files-with-encryption/comment-page-1/#comment-2109383</link>

		<dc:creator><![CDATA[Kanu Patel]]></dc:creator>
		<pubDate>Thu, 30 Nov 2023 21:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12279#comment-2109383</guid>

					<description><![CDATA[I have created a UNIX encryption/decryption tool using my propitiatory RSA algorithm. Currently, I am giving it to use it free for 3 months to individuals and businesses.]]></description>
			<content:encoded><![CDATA[<p>I have created a UNIX encryption/decryption tool using my propitiatory RSA algorithm. Currently, I am giving it to use it free for 3 months to individuals and businesses.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Doug W		</title>
		<link>https://www.tecmint.com/linux-password-protect-files-with-encryption/comment-page-1/#comment-1499632</link>

		<dc:creator><![CDATA[Doug W]]></dc:creator>
		<pubDate>Mon, 24 May 2021 19:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12279#comment-1499632</guid>

					<description><![CDATA[Easily encrypt an entire directory using &lt;strong&gt;encfs&lt;/strong&gt;.

]]></description>
			<content:encoded><![CDATA[<p>Easily encrypt an entire directory using <strong>encfs</strong>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: H. Molina		</title>
		<link>https://www.tecmint.com/linux-password-protect-files-with-encryption/comment-page-1/#comment-1498415</link>

		<dc:creator><![CDATA[H. Molina]]></dc:creator>
		<pubDate>Mon, 24 May 2021 10:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12279#comment-1498415</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/linux-password-protect-files-with-encryption/comment-page-1/#comment-1341561&quot;&gt;Arun&lt;/a&gt;.

You can pass the password using an environment variable, using the &lt;code&gt;-pass&lt;/code&gt; argument:
&lt;pre&gt;
export PASSWORD=YOUR_PASSWORD_HERE
openssl enc -pass env:PASSWORD -aes-256-cbc -in your_src_file.ext -out your_dst_file.enc
&lt;/pre&gt;
Now, in your script, you can set the environment variable, or read the password from a file.

Best regards]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/linux-password-protect-files-with-encryption/comment-page-1/#comment-1341561">Arun</a>.</p>
<p>You can pass the password using an environment variable, using the <code>-pass</code> argument:</p>
<pre>
export PASSWORD=YOUR_PASSWORD_HERE
openssl enc -pass env:PASSWORD -aes-256-cbc -in your_src_file.ext -out your_dst_file.enc
</pre>
<p>Now, in your script, you can set the environment variable, or read the password from a file.</p>
<p>Best regards</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Arun		</title>
		<link>https://www.tecmint.com/linux-password-protect-files-with-encryption/comment-page-1/#comment-1341561</link>

		<dc:creator><![CDATA[Arun]]></dc:creator>
		<pubDate>Tue, 30 Jun 2020 06:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12279#comment-1341561</guid>

					<description><![CDATA[HI,

Can we pass the encryption password as an option to OpenSSL without being prompted for standard input?

I would like to implement this in a script.]]></description>
			<content:encoded><![CDATA[<p>HI,</p>
<p>Can we pass the encryption password as an option to OpenSSL without being prompted for standard input?</p>
<p>I would like to implement this in a script.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shaheer Farooq		</title>
		<link>https://www.tecmint.com/linux-password-protect-files-with-encryption/comment-page-1/#comment-1176964</link>

		<dc:creator><![CDATA[Shaheer Farooq]]></dc:creator>
		<pubDate>Fri, 21 Jun 2019 10:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12279#comment-1176964</guid>

					<description><![CDATA[Thanks for sharing such a useful article. Really helps me a lot.]]></description>
			<content:encoded><![CDATA[<p>Thanks for sharing such a useful article. Really helps me a lot.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
