{"id":1237,"date":"2018-11-03T14:23:43","date_gmt":"2018-11-03T11:23:43","guid":{"rendered":"http:\/\/kifarunix.com\/?p=1237"},"modified":"2024-03-11T21:38:53","modified_gmt":"2024-03-11T18:38:53","slug":"how-to-install-and-use-veracrypt-to-encrypt-drives-on-ubuntu-18-04","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/how-to-install-and-use-veracrypt-to-encrypt-drives-on-ubuntu-18-04\/","title":{"rendered":"How to Install and Use VeraCrypt to Encrypt Drives on Ubuntu"},"content":{"rendered":"\n

Today, we are going to learn about how to install and use VeraCrypt to encrypt Drives on Ubuntu 18.04. VeraCrypt is an open-source software forked from TrueCrypt whose development and maintenance has since been discontinued. It is used for performing on-the-fly disk encryption (OTFE). On-the-fly encryption means that data is encrypted before it is written to the disk and when data is being read from the disk, every small portion of it is copied and decrypted on the fly in the memory (RAM) without human interaction i.e no decrypted data is stored on the memory temporarily and thus, even when the disk is mounted, data is still encrypted. VeraCrypt encrypts the entire filesystem of the disk including folders, files, contents of the files, metadata, free space…In order to access the encrypted data, one has to supply the encryption keys, password or keyfile.<\/p>\n\n\n\n

You can read more about VeraCrypt in its Documentation<\/a> page.<\/p>\n\n\n\n

Install and Use VeraCrypt to Encrypt Drives on Ubuntu<\/h2>\n\n\n\n

There are two ways in which VeraCrypt can be installed on Ubuntu;<\/p>\n\n\n\n