How to Encrypt directories in Linux Mint – the GUI way, Cryptkeeper !

Ever wondered how to make encrypted folders or directories in linux mint without the command line. Well this tutorial would help you to create and mount a directory in a GUI fashion without even touching the terminal. In the backend we would be using a tool called EncFS, which uses FUSE library and Linux kernel modules to provide the filesystem without special requiring permissions.

The tool is designed to be used from your desktop toolbar without using any commands. It’s especially useful if you’re new to Linux.

How to install Cryptkeeper:-

Click on Menu = > Software Manager and then search for cryptkeeper

Now you need to enter the root password and as a superuser install this tool and then open the tool by hitting Menu and then searching in the Search box for cryptkeeper. Note that after you installed Cryptkeeper, by default it won’t open and dock on the system tray, that’s because only approved programs are allowed to dock on the system tray in Ubuntu and Linux mint.

Now we need to make a directory and then provide it a password in order to encypt it.

You can make the folder anywhere you like provided that you remember the path and the password. After making the folder you can copy paste or drag and drop data as if it was a normal folder or a directory.

Now that you have made an encrypted directory which would automatically mounted as if it were a partition and then you can save your valuable data in it. After you have finished saving data you can always unmount it from the panel as shown below. Remember for re-mounting the directory,  password will be asked to entered as shown below.

Voila, now you are protected from prying eyes.

Njoy !

Akash Angle

I am a Full time Linux user who has quit using Windows for unknown reasons, making my life truly open source.

Recent Posts

Get the most juice from your ISP/router — setting MTU size & other handy tweaks

This is not an ad-vocation by any means for TP-link branding, however a real life…

5 months ago

How to make any Android phone up-to 3x faster – Developer options unleashed

First of all we need to hit the kernel version on any Android device. You…

5 months ago

systemd-resolve command not found in Ubuntu Desktop

Use resolvectl status instead. It's like something deprecates and suddenly things get broken! In systemd…

10 months ago

How to exclude multiple directories with rsync?

Geeky question: This is what people and friends have tried: rsync -arv --exclude "/home/john/.ccache:/home/ben/build" /home/john…

10 months ago

How to resolve apt-get -f not working

You might encounter this error which appears to be very common on Debian based Distro's…

10 months ago

How to install Broadcom STA wireless drivers on Kali Linux

PS: This article is for only Kali Linux users, that too having a Broadcom Wireless…

10 months ago