Security News > 2020 > September > How to encrypt files on your Linux servers with gocryptfs
2020-09-18 17:56
Looking for an easy to use encryption tool to protect data on your Linux servers? Jack Wallen shows you how to install and use gocryptfs to serve that very purpose.
The gocryptfs tool allows you to encrypt only the directories you need.
Better still, gocryptfs allows you to move those encrypted directories from one system to another.
Sudo dnf install gocryptfs -y How to create an encrypted directory.
With gocryptfs installed, you can now create your first encrypted directory.