Site icon Nuventure Blog

Encrypt and Secure your Data Using VeraCrypt

VeraCrypt is a tool for establishing and maintaining an on-the-fly-encrypted volume/disk/data storage device.

On-the-fly encryption means that data is automatically encrypted right before it is saved and decrypted right after it is loaded, without any user intervention. No data stored on an encrypted volume can be read/decrypted without using the correct password/keyfile(s) or correct encryption keys. The entire file system is encrypted (e.g., file names, folder names, contents of every file, free space, metadata, etc).

The virtual disk will be entirely encrypted including file names, allocation tables, free space, etc. We can save or copy, or move, files to this virtual disk and they will be encrypted on the fly as they are being written. If we open a file stored on a VeraCrypt volume, for example, in a media player, the file will be automatically decrypted to RAM/memory on the fly while it is being read.

We will take a look at the Windows version of Veracrypt in this tutorial. To create and use a VeraCrypt volume to encrypt and protect your files perform the following steps…

Download and install VeraCrypt from https://www.veracrypt.fr

Now since we have created an Encrypted Veracrypt volume, let us mount it to a new Volume. In the main VeraCrypt window, select a drive letter from the list to which the VeraCrypt container will be mounted. Then click Select File

Since the Container is encrypted, Veracrypt will now ask us for the password. This is the one that we entered during the volume creation process. Enter the password in the password prompt window, and click OK.

NOTE: The password prompt window provides us with different options to customize the security as required. These options can be viewed in detail at https://documentation.help/VeraCrypt/Personal%20Iterations%20Multiplier%20(PIM).html

If we have used the correct password, the Encrypted Veracrypt container will be mounted as the Virtual Disk (M:) in Windows. This drive will also be visible in the Windows Explorer just like regular volumes.

Success!! We can see that there is a new drive M: listed in the Windows Explorer.

Now we can start writing data to volume M: Once we finish our work with the mounted volume, we can dismount the volume. Actually, we should dismount the volume if data in the volume is sensitive, and it should be kept away from prying eyes. Dismounting the volume can be done by selecting the volume from the list of mounted volumes in the main VeraCrypt window and clicking Dismount. It must be noted that, for security purposes, the VeraCrypt volume will always be in dismounted status when the Windows operating system starts up.

VeraCrypt is a wonderful open-source program that works on Linux, macOS, and Windows. There is unofficial support for Android, and iOS also. Make use of this application, follow security best practices, and use defence-in-depth to protect your data and privacy.

Exit mobile version