<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>encrypt home Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/encrypt-home/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 21 Jun 2018 20:43:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to Encrypt Home Folder in Linux</title>
		<link>https://www.osradar.com/how-to-encrypt-home-folder-in-linux/</link>
					<comments>https://www.osradar.com/how-to-encrypt-home-folder-in-linux/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Sat, 28 Apr 2018 16:44:46 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[encrypt home]]></category>
		<category><![CDATA[how to encrypt home]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=2804</guid>

					<description><![CDATA[<p>If you’re on Linux, you already have the idea of the security level of this awesome operating system. This has set up all the systems in such a manner that until you give the permission, there&#8217;s hardly any malware to run into your system. However, despite the security, your data isn’t completely secured. Those who [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-encrypt-home-folder-in-linux/">How to Encrypt Home Folder in Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you’re on Linux, you already have the idea of the security level of this awesome operating system. This has set up all the systems in such a manner that until you give the permission, there&#8217;s hardly any malware to run into your system. However, despite the security, your data isn’t completely secured. Those who have physical access to your system can easily extract your sensitive data.</p>
<p>For solving this issue, you can set up encryption for your “home” folder. This way, no one can extract sensitive information out of your system and even if they do so, it’ll be nothing more than garbage &amp; unreadable data. Let’s get started with encrypting your “home” folder on your Linux distro.</p>
<p>Note that I’m using Linux Mint. But the system procedure is the same for all the other Linux distros. We’ll be using a tool named “EcryptFS”.</p>
<h2>Downloading &amp; Installing the tool</h2>
<p>According to your Linux distro, install the tool first.</p>
<ul>
<li>
<h3>Ubuntu + Ubuntu-based</h3>
</li>
</ul>
<p>If you’re running Ubuntu or Ubuntu-based distro, run this command:</p>
<pre>sudo apt install ecryptfs-utils</pre>
<p><img loading="lazy" class="size-full wp-image-2805 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/04/install-ecryptfs-utils.png" alt="" width="974" height="421" srcset="https://www.osradar.com/wp-content/uploads/2018/04/install-ecryptfs-utils.png 974w, https://www.osradar.com/wp-content/uploads/2018/04/install-ecryptfs-utils-300x130.png 300w, https://www.osradar.com/wp-content/uploads/2018/04/install-ecryptfs-utils-768x332.png 768w, https://www.osradar.com/wp-content/uploads/2018/04/install-ecryptfs-utils-696x301.png 696w, https://www.osradar.com/wp-content/uploads/2018/04/install-ecryptfs-utils-972x420.png 972w" sizes="(max-width: 974px) 100vw, 974px" /></p>
<ul>
<li>
<h3>Debian</h3>
</li>
</ul>
<p>Run this command:</p>
<pre>sudo apt-get install ecryptfs-utils</pre>
<ul>
<li>
<h3>Fedora</h3>
</li>
</ul>
<p>For Fedora users, this is the required command line:</p>
<pre>sudo dnf install ecryptfs-utils</pre>
<ul>
<li>
<h3>OpenSUSE</h3>
</li>
</ul>
<pre>sudo zypper install ecryptfs-utils</pre>
<ul>
<li>
<h3>Arch Linux</h3>
</li>
</ul>
<pre>sudo pacman -S ecryptfs-utils</pre>
<p>If your Linux distro or distro-base isn’t listed here, then you have to build it from source. You can also check out the <a href="http://ecryptfs.org/downloads.html">official EcryptFS download page</a>. For any issue with the building, you may need to take help from <a href="http://ecryptfs.org/documentation.html">EcrypFS documentation</a>.</p>
<h2>Encrypting the “home” folder</h2>
<p>During the encryption process, we have to make a temporary user for performing the encryption tasks. After completing the process, we’ll delete it. This second user is needed as you can’t directly encrypt your “home” folder while logged into the account.</p>
<ul>
<li>Add a user account with the name &#8220;encrypt-admin&#8221;.</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-2810 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/04/create-temporary-user-1.png" alt="" width="703" height="578" srcset="https://www.osradar.com/wp-content/uploads/2018/04/create-temporary-user-1.png 703w, https://www.osradar.com/wp-content/uploads/2018/04/create-temporary-user-1-300x247.png 300w, https://www.osradar.com/wp-content/uploads/2018/04/create-temporary-user-1-696x572.png 696w, https://www.osradar.com/wp-content/uploads/2018/04/create-temporary-user-1-511x420.png 511w" sizes="(max-width: 703px) 100vw, 703px" /></p>
<ul>
<li>Now, it’s time to start encrypting. Run this command:</li>
</ul>
<pre>sudo ecryptfs-migrate-home –u &lt;username&gt;</pre>
<ul>
<li>Note that if you want to encrypt multiple accounts, you have to run this process multiple times.</li>
</ul>
<p>Now, exit the temporary account and login to your main account.</p>
<h2>Adding encryption password</h2>
<p>After logging in to your original account, run this command:</p>
<pre>ecryptfs-add-passphrase</pre>
<p>This will give you the option of entering a password for the encrypted “home” folder.</p>
<p>For fully enjoying the feature, restart your Linux system.</p>
<p>Recently, Ubuntu has released their latest edition – v18.04 LTS. Check out every new feature of Ubuntu 18.04 LTS.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-encrypt-home-folder-in-linux/">How to Encrypt Home Folder in Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-encrypt-home-folder-in-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
