{"id":1332,"date":"2021-12-16T12:54:12","date_gmt":"2021-12-16T09:54:12","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/08\/31\/how-to-use-keybase-to-encrypt-files-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/08\/31\/how-to-use-keybase-to-encrypt-files-on-linux\/"},"modified":"2021-12-16T12:54:12","modified_gmt":"2021-12-16T09:54:12","slug":"how-to-use-keybase-to-encrypt-files-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1332-how-to-use-keybase-to-encrypt-files-on-linux\/","title":{"rendered":"How to use Keybase to encrypt files on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Keybase is an end-to-end encryption tool for messaging and for file sharing. It\u2019s an excellent, easy-to-use tool for those that want to quickly encrypt and share files with friends. Here\u2019s how to do it on Linux.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-407189 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-keybase-to-encrypt-files-on-linux.png\" alt=\"\" width=\"1200\" height=\"1036\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-keybase-to-encrypt-files-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-keybase-to-encrypt-files-on-linux-3.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-keybase-to-encrypt-files-on-linux-4.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-keybase-to-encrypt-files-on-linux-5.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<h2>Installing Keybase on Linux<\/h2>\n<p>The Keybase application must be installed on your Linux distribution before attempting to use it to encrypt files and folders. To start the installation of Keybase on Linux, open up a terminal window.<\/p>\n<p>To open up a terminal window on the Linux desktop, press <strong>Ctrl + Alt + T<\/strong> on the keyboard. Alternatively, open up the terminal application on your Linux system by searching for \u201cTerminal\u201d in the app menu.<\/p>\n<p>Once the terminal window is open and ready to use, the installation can begin. Follow the Keybase installation instructions down below that correspond with the Linux operating system you currently use.<\/p>\n<h4>Ubuntu<\/h4>\n<p>To get Keybase working on Ubuntu, you\u2019ll have to download the Keybase DEB package to your computer and install it. To download, use the following <strong>wget<\/strong> command down below.<\/p>\n<pre>\nwget https:\/\/prerelease.keybase.io\/keybase_amd64.deb\n<\/pre>\n<p>After downloading the Keybase DEB package to your computer, use the <strong>apt install<\/strong> command below to install the Keybase app on your system.<\/p>\n<pre>\nsudo apt install .\/keybase_amd64.deb\n<\/pre>\n<h4>Debian<\/h4>\n<p>On Debian, if you\u2019d like to use Keybase, you\u2019ll have to download the latest DEB package release to your computer. To do that, use the following <strong>wget<\/strong> command below in a terminal window.<\/p>\n<pre>\nwget https:\/\/prerelease.keybase.io\/keybase_amd64.deb\n<\/pre>\n<p>Once the Keybase DEB package is done downloading to your Debian Linux system, the installation can begin. Using the <strong>dpkg -i<\/strong> command below, set up the package on your system.<\/p>\n<pre>\nsudo dpkg -i keybase_amd64.deb\n<\/pre>\n<h4>Arch Linux<\/h4>\n<p>Keybase works on Arch Linux through the Arch Linux AUR. To get it working, you\u2019ll first need to install the Trizen AUR helper. This tool will make installing Keybase much easier.<\/p>\n<p>To install Trizen, start by setting up the \u201cgit\u201d and \u201cbase-devel\u201d packages on your computer using the <strong>pacman<\/strong> command.<\/p>\n<pre>\nsudo pacman -S git base-devel\n<\/pre>\n<p>Next, clone the Trizen AUR package using the <strong>git clone<\/strong> command and install the package using the <strong>makepkg<\/strong> command.<\/p>\n<pre>\ngit clone https:\/\/aur.archlinux.org\/trizen.git\ncd trizen\/\nmakepkg -sri\n<\/pre>\n<p>Finally, install the Keybase application on your Arch Linux system with the <strong>trizen -S<\/strong> command below.<\/p>\n<pre>\ntrizen -S keybase-bin\n<\/pre>\n<h4>Fedora<\/h4>\n<p>Keybase works on Fedora Linux with the help of the official RPM package. To get it working on your system, download the Keybase RPM package file to your computer.<\/p>\n<pre>\nwget https:\/\/prerelease.keybase.io\/keybase_amd64.rpm\n<\/pre>\n<p>Install the Keybase RPM package on your computer by making use of <strong>dnf install<\/strong> command.<\/p>\n<pre>\nsudo dnf install keybase_amd64.rpm\n<\/pre>\n<h4>OpenSUSE<\/h4>\n<p>Need to get Keybase working on your OpenSUSE Linux system? You\u2019ll have to download the latest release of Keybase for RPM using the <strong>wget<\/strong> command below.<\/p>\n<pre>\nwget https:\/\/prerelease.keybase.io\/keybase_amd64.rpm\n<\/pre>\n<p>With the RPM package downloaded to your computer, the installation of Keybase can be done with the following <strong>zypper install<\/strong> command.<\/p>\n<pre>\nsudo zypper install keybase_amd64.rpm\n<\/pre>\n<h2>Encrypting with Keybase<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-407189 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-keybase-to-encrypt-files-on-linux.png\" alt=\"\" width=\"1200\" height=\"1036\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-keybase-to-encrypt-files-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-keybase-to-encrypt-files-on-linux-3.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-keybase-to-encrypt-files-on-linux-4.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-keybase-to-encrypt-files-on-linux-5.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>To encrypt with Keybase, you\u2019ll need to first open up the application. Keybase can be launched from the app menu. Once Keybase is open, click on the button to create a new account.<\/p>\n<p>After selecting the create an account button, Keybase will ask for a username. Using your keyboard, write in your desired username. Then, click on the \u201cContinue\u201d button.<\/p>\n<p>Once you\u2019ve created a new account, you\u2019ll need to name your computer. Write in the name of your Linux PC and click the \u201cContinue\u201d button. After that, enter your phone number and click on the \u201cContinue\u201d button to move to the next page.<\/p>\n<p>With Keybase configured, it is time to start encrypting. In the Keybase application, locate the \u201cFiles\u201d section. Inside the \u201cFiles\u201d section, there are 3 separate folders. These folders are \u201cprivate,\u201d \u201cpublic,\u201d and \u201cteam.\u201d<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-407196 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-keybase-to-encrypt-files-on-linux-1.png\" alt=\"\" width=\"1200\" height=\"719\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-keybase-to-encrypt-files-on-linux-1.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-keybase-to-encrypt-files-on-linux-6.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-keybase-to-encrypt-files-on-linux-7.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-keybase-to-encrypt-files-on-linux-8.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>To encrypt files or folders, start by selecting one of the folders. In this example, we\u2019ll go with the \u201cprivate\u201d folder. After selecting your private folder, you\u2019ll see a sub-folder with your username. Select that too.<\/p>\n<p>Inside of your username sub-folder, find the blue \u201cUpload\u201d button and click on it with the mouse. Then, select the \u201cUpload directory\u201d or \u201cUpload file\u201d option.<\/p>\n<p>Using the GUI, select the file(s) you wish to upload. When you select the upload button, Keybase will automatically encrypt your file(s).<\/p>\n<h3>Downloading files<\/h3>\n<p>To download any of your encrypted files from Keybase, click on the file with the mouse. After you\u2019ve selected the file you wish to download, click on the white \u201cDownload\u201d button to grab the file.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-407195 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-keybase-to-encrypt-files-on-linux-2.png\" alt=\"\" width=\"1200\" height=\"631\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-keybase-to-encrypt-files-on-linux-2.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-keybase-to-encrypt-files-on-linux-9.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-keybase-to-encrypt-files-on-linux-10.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-keybase-to-encrypt-files-on-linux-11.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>Repeat this process for each file you wish to download to your computer from Keybase.<\/p>\n<p>\n<h3>1 Comment<\/h3><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Keybase is an end-to-end encryption tool for messaging and for file sharing. It\u2019s an excellent, easy-to-use tool for those that want to quickly encrypt and share files with friends. Here\u2019s how to do it on Linux. Installing Keybase on Linux The Keybase application must be installed on your Linux distribution before attempting to &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1333,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1332"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1332"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1332\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1333"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1332"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1332"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1332"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}