Encrypt your Cloud Files with Cryptomator

Cryptomator is a free client side encryption tool for Windows, Mac, Linux, iOS and Android to encrypt your cloud files. It is a open source software and provides a virtual drive to add, edit, remove files. You can sync this with Dropbox, Mega, Google Drive, OneDrive, Nextcloud or any other cloud storage service which sync the files with a local directory. It uses AES encryption with 256-bit key length and the file and folder names get encrypted and your vault password is protected against bruteforcing attempts using scrypt. You can use multiple vaults in your cloud service provider as you want with individual passwords.

Cryptomator

Download Cryptomator [Windows, Linux, MacOS]

How to install and Use Cryptomator in Ubuntu

Open your terminal app and run (type and enter) the below command to add Cryptomator’s PPA.

sudo add-apt-repository ppa:sebastian-stenzel/cryptomator

Type your Ubuntu password. Then press the enter key. This will add the Cryptomator’s PPA on your system. Then run the below command.

sudo apt update

After that type the below command and press enter key to install Cryptomator on Ubuntu.

sudo apt install cryptomator

Type Y and press the enter key to confirm the installation. After the successful installation of Cryptomator restart your Ubuntu system. Click the show applications from Ubuntu dock and type Cryptomator in the search field. Then click Cryptomator to open it.

Also Read:  How to Create and Delete Directories in the Terminal

Install Cryptomator via AppImage:

Download Cryptomator in .AppImage file format and save it on your Downloads folder. Now in the terminal app run below commands one by one.

cd Downloads
sudo chmod +x ~ cryptomator-1.7.5-x86_64.AppImage
./cryptomator-1.7.5-x86_64.AppImage

Cryptomator Usage:

Open the Cryptomator and click the “+” button in the app. And select Create new vault.

Cryptomator add valt

 

Select the location and type the vault name and click “Save“.

Cryptomator add valt screnn

 

Cryptomator cloud provider

Now enter password for your vault and click the the Create vault button.
Note: Don’t forget your password.

Cryptomator password

After that move files into your vault. Your files here are sync as encrypted with your cloud storage service. Just add this vault to cloud storage service provider like Dropbox, Onedrive, google drive or any other to sync. You need to enter your password to access your files.

If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Leave a Reply