Installing VeraCrypt on Ubuntu
veracrypt·@rattle99·
0.000 HBDInstalling VeraCrypt on Ubuntu
<html> <p> <center><img src="https://cdn.steemitimages.com/DQmV86E8bYi6VP3gAdMxbHrJ13A1krzTmddRpGVqHc27g3a/veracrypt_logo.png" width="400" height="400"/></center> </p> <p><br></p> <div class="text-justify">VeraCrypt is a software for establishing and maintaining an on-the-fly-encrypted volume. 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 without using the correct password/keyfile or correct encryption keys.</div> <p><br></p><p><br></p> <h3>This is a short tutorial showing how to install <a href="https://www.veracrypt.fr/en/Home.html">VeraCrypt</a> on Kubuntu 18.04 but works with almost all linux distro's.</h3> <p><br></p> <p>First we download the tar package for linux from the official VeraCrypt website <a href="https://www.veracrypt.fr/en/Downloads.html">here</a>.</p> <p> <center><img src="https://cdn.steemitimages.com/DQmSSCvaMvV5JedY7jBLSUgwoXE38Uxu2MomZwUToqpubfT/Screenshot_20180625_131014.png" width="741" height="426"/></center> </p> <p>Once the download has finished we need to verify the checksums. Head down below and click on the link for the checksums on the same page. I am using the SHA256 sums.</p> <p> <img src="https://cdn.steemitimages.com/DQmTkPxb8FNyqMBvuqWZ5qC6ewF3E1YgT2CXqNaH7oPsEuJ/Screenshot_20180625_152830.png" width="512" height="68"/> </p> <p><br></p> <p>Now we copy the specific checksum for our download that is <em>veracrypt-1.22-setup.tar.bz2 .</em></p> <p><img src="https://cdn.steemitimages.com/DQmecoLZtkcBGnhA5nQe7KkVNYLFD95caLPQZ5Pn8qVqVps/Screenshot_20180625_131125.png" width="828" height="165"/></p> <p><br></p> <div class="text-justify">The default KDE file explorer <em>Dolphin</em> has a nice feature we will make use of to verify the checksum. When you right click on the tar package and head over to properties you will see a tab for checksums. Just paste the hash copied from the website here and if it's highlighted green then we are good to go.</div> <p><img src="https://cdn.steemitimages.com/DQmVqaXBKg25CJL7115ChR8yLik6kJRiQKqw3onxd3SPT3u/Screenshot_20180625_131214.png" width="814" height="581"/></p> <p>If the file got corrupted in between or you copied the wrong hash then the hashes won't match and it'll get highlighted in red which means you need to check where you went wrong and repeat. <img src="https://cdn.steemitimages.com/DQmcKpNrTVSCZynANVGDYGb9kibVLBEiy7itzvpiW4bo72J/Screenshot_20180625_153721.png" width="761" height="581"/></p> <p>For those that do not use dolphin you can use your terminal to verify the file. Open your terminal. Head over to the downloads folder or the directory you downloaded to. List the files. Then enter the command as shown in the picture. If you see the red then you are good to go.</p> <p><img src="https://cdn.steemitimages.com/DQmcSs6Uyk5mkSQhQz9EDY1DsRCrAjTnmCb3CZauKoQUh2X/Screenshot_20180625_132103.png" width="920" height="592"/></p> <p>Now, once we are ready we need to extract this package to a directory of your choice. Once done you will see 4 files there.</p> <p><img src="https://cdn.steemitimages.com/DQmVAHUoKdtHu8MaeJdtohABUHjRZ8BQ64JHce54cpy9c62/Screenshot_20180625_154213.png" width="891" height="655"/></p> <p>I will be installing the x64 GUI version. Right click on the file and make sure it's executable.</p> <p> <p><br></p> </center><img src="https://cdn.steemitimages.com/DQmaVbUKuvVmsCNkoxs7HuKDSW6RD7gjjhfcjV3UWrvKC5C/Screenshot_20180625_131250.png" width="490" height="581"/></center> <p><br></p> </p> <p>Now double click or enter and execute the file. The installer will start. Click on install and in the next window click to agree to the license. </p> <p><img src="https://cdn.steemitimages.com/DQmUfRoVJL34PgY47KnJn4rpn89DEWRG5qTdB2obnr7F9fH/Screenshot_20180625_131411.png" width="790" height="491"/></p> <p>It installs in just a few seconds and you are ready to use VeraCrypt now!</p> <p><img src="https://cdn.steemitimages.com/DQmWsaPorVJiV4n2d9qWzQ25txmkM4tS2t3soKZxtbDgB8X/Screenshot_20180625_131720.png" width="854" height="603"/></p> <p><br></p> <p>To uninstall VeraCrypt open your terminal and type the command <em>sudo veracrypt-uninstall.sh</em></p> <p><img src="https://cdn.steemitimages.com/DQmW3NSZd9G5pmkokJdF6zWN7DwSSzCmQmP1QwGDYuSsGfj/Screenshot_20180625_131759.png" width="920" height="592"/></p> <p><br></p> <p><img src="https://steemitimages.com/DQmaGiJ5Exn5zL4cJEFVahrn96ozJ8bVTWeXhqznp28SYy2/19.png" width="868" height="58"/></p> </html>