Encrypt hard drive data to increase security on Linux
Personal data on the hard drive is sensitive and requires maximum security, depending on the needs and purposes of the work that the user chooses to protect accordingly . In the following article, TipsMake.com will show you how to encrypt hard drive data, namely each partition, folder in the Linux operating system with TrueCrypt and eCryptfs.
Encrypt hard drive partition
An alternative installation version of Ubuntu provides users with another option to encrypt the Ubuntu installation partition, so you only need to download the ISO file to your computer, burn it to a CD / DVD or create a USB drive. boot and proceed to install Ubuntu later.
With the installation process quite similar to the original Ubuntu, the user will first have to choose the display language, keyboard type, network system, and the most important step is of course the Guided installation partition. - sử dụng cả đĩa và đặt tập tin LVM để sửdụng trên entire hard drive:
Note that we need to declare or initialize the Master partition or not the Slave to start the installation:
Initialize the password key used to encrypt the hard drive when logging in to Ubuntu:
Select whether you want to encrypt the home directory - home, just in case we replace this directory outside the Ubuntu installation partition:
So we have completed the basic steps, you just need to take the next steps to complete this process.
Directory encryption
eCryptfs is a PGP-based file encryption system created by Philip Zimmerman in 1991. The unique feature of eCryptfs compared to other encryption tools, such as TrueCrypt, is that there is no need to pre-determine the partition size or The hard drive we need to apply. To install eCryptfs, use the following command:
sudo aptitude install ecryptfs-utils
eCryptfs will create a private folder on the hard drive where the program operates and is used to store data in it:
ecryptfs-setup-private
Note that this process will hide the ~ / .Private folder . We should store sensitive data in this private directory to ensure that no one can access and use it, because ecryptfs will hide all data in that directory:
Another point is that this private folder will automatically appear in the system when you log in, and this is also an opportunity for others to use and access when you are not at the computer. We can apply the following method to fix this problem by preventing ecryptfs from unlocking the directory when the user logs in by deleting the empty files stored in the ~ / .ecryptfs / and "quarantine" directories. 'this folder when not using the computer:
ecryptfs-umount-private
Create a separate encrypted hidden partition
TrueCrypt is a free and open source utility used to secure hard drive data, which can work with Windows, Mac and Linux. Application with fast, completely secure and reliable operation, after being encrypted, users can continue to use as normal.
You can download TrueCrypt as a Ubuntu deb file here. After downloading the installation file to your computer, unzip and install as usual. Open TrueCrypt via the Applications> Accessories> TrueCrypt menu , and start by creating any partition we want to encrypt:
TrueCrypt's partition can change the size of the file - also known as a container, in any partition or hard drive:
Besides, the program gives users the option to create additional hidden partitions inside TrueCrypt's own partition:
You should copy files that look like sensitive and important personal data outside of that partition, they will act as 'bait' when others force you to disclose your password. While the actual files you are putting inside the hidden partition, and of course should not expose this partition:
Once you have selected the desired partition and the location needed to store, a new file will be created. If you choose to coincide with an existing file, the program will overwrite the file, so be careful in this step:
Besides the different levels of encryption, the most common is the AES standard:
Create capacity for the partition, remember to pay attention to the space needed for the rest of the hard drive:
TrueCrypt recommends that users set a minimum password of 20 characters:
Move the mouse to anywhere on the screen when the Volume Creation Wizard window displays at least 30 seconds, the longer the process is, the better the application's ability to encrypt the function keys:
TrueCrypt will automatically merge and activate the encrypted partition as a virtual hard drive on the system:
Next is the custom step and set up the hidden partition:
Select an appropriate formatted partition for hidden partitions:
The option to integrate this hidden partition is compatible with other operating systems:
As you can see, data encryption is very important to everyone, especially personal or work-related data. Support tools are many, but how to use them most effectively is really difficult. The above are some specific and basic guidelines for people to improve their ability to use and manage personal documents on a Linux-based computer (here is Ubuntu). Good luck!
You should read it
- Installing Ubuntu in VirtualBox does not need DVD or USB
- Install and configure Apache in Ubuntu
- Can't watch YouTube videos in full screen mode in Ubuntu Maverick 10.10
- How to troubleshoot Ubuntu problems does not start
- What to back up on a Linux Home Server system?
- Ubuntu 18.04 is officially available on Microsoft Store, can run as an application on Windows 10
- 8 ways Ubuntu changes and improves Linux
- Tips and tricks after installing Ubuntu
May be interested
- How to increase the life and durability of hard drivesall hard drives will eventually die, but that doesn't mean they will have the same lifespan. if you use it carefully and avoid the following common errors, your hard drive can be used for a while longer.
- How to merge a hard drive in Windows 10 does not lose data with MiniTool Partition Wizardsome tools that you apply in the past to merge hard drives and increase data have some unexpected flaws that make you uncomfortable and insecure. to remedy this situation, tipsmake will present you with a new tool, easy and effective implementation.
- What is a hard drive? There are several types?today most types of computers are large and small need to use hard drives, this is an extremely important part for computers, it has the ability to store all personal data and they are always accessed regularly. .
- 7 tools to increase hard drive performance on Windowsafter a period of use, the windows computer will be slow. admittedly, windows 10 is better than previous versions, but this problem still occurs. this article will introduce you to some tools to increase hard drive performance
- Computer hard drive is fast, why?a hard drive is an important component of a computer, all user data such as windows operating system or personal data is stored on the hard drive and they are always accessed regularly. typically, the average life of a hard drive on a desktop computer is about 6 years. however, there are cases that only 1-2 years of use is broken. so what causes the computer hard drive to crash?
- Upgrade the hard drive safely to the systemrecalling the early 1990s, many people had only 40mb of hard drives on hand. at that time, the only reason for you to upgrade your hard drive was to increase storage capacity. and the largest drive capacity you can buy is only 540mb. that was 15 years ago. show
- How to split the hard drive, merge the partition on Windows XP without worrying about losing datathe need to increase or decrease the amount of disk space in a computer is not small, such as increasing the capacity of the c drive for more data space for installing software, or merging small drives into a large drive. . for windows 7 or windows 10, the way to divide the hard drive is much easier. so what about managing hard drive partitions with win xp?
- 4 methods to copy Linux hard drivealways having a backup plan is a good thing, especially in case something goes wrong, such as a rare linux virus that will attack your computer or you become the target of attackers. island ransomware.
- How to Destroy a Hard Drivedo you have a useless hard drive that is no longer accessible but is full of sensitive data? are you sure you want that data to never see the light of day? once you have wiped your hard drive, you can consider the following options to further protect your data. the methods below will be very effective (but most of them sound quite complicated).
- 4 reasons to encrypt Linux partitionencryption home directory and other data on linux is very simple. you can do that during the installation, or whenever using the distribution.