Looking for a user-friendly encryption tool to secure data on your Linux servers? If so, you'll want to check our gocryptfs. In this tutorial, Jack Wallen demonstrates how to install and use gocryptfs. . Your Linux servers probably hold very precious company and/or client data. If that's the case, what do you do to protect it? Yes, you've probably spent an inordinate amount of time hardening your network and maybe you've had a good amount of success at keeping intruders away. But, eventually someone will get in. When they do, is that data protected? Why not give that data a layer of encryption? With Linux powering your data center servers, there are a number of tools that can help you achieve this. One such tool is gocryptfs. The gocryptfs tool allows you to encrypt only the directories you need. It's lightweight, user-friendly, and secure. Better still, gocryptfs allows you to move those encrypted directories from one system to another. As long as you have the encryption passphrase, those encrypted directories can be seen as portable vaults of data. . Safeguard your Linux server files using encfs, a straightforward encryption solution designed to shield essential data.. Encryption Tool, Data Protection, gocryptfs. . Brittany Day
Looking to harden your Linux filesystem? Gocryptfs encrypts at the file level, so synchronization operations can work efficiently on each file. Learn more in this informative article: . Gocryptfs is a Filesystem in Userspace (FUSE)-mounted file-level encryption program. FUSE-mounted means that the encrypted files are stored in a single directory tree that is mounted, like a USB key, using the FUSE interface. This allows any user to do the mount—you don't need to be root. Because gocryptfs encrypts at the file level, synchronization operations that copy your files can work efficiently on each file. This contrasts with disk-level encryption, where the whole disk is encrypted as a single, large binary blob. When you use gocryptfs in its normal mode, your files are stored on your disk in an encrypted format. However, when you mount the encrypted files, you get unencrypted access to your files, just like any other file on your computer. This means all your regular tools and programs can use your unencrypted files. Changes, new files, and deletions are reflected in real-time in the encrypted version of the files stored on your disk. The link for this article located at Opensource.com is no longer available. . EncFS offers file-specific encryption for seamless syncing and straightforward retrieval on Unix-like platforms.. File Encryption, Gocryptfs, FUSE Mount, Linux Security. . Brittany Day
Get the latest Linux and open source security news straight to your inbox.