Alerts This Week
Warning Icon 1 637
Alerts This Week
Warning Icon 1 637

Stay Ahead With Linux Security HOWTOs

Filter Icon Refine HOWTOs
X Clear Filters
X Clear Filters
View More

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Loading...

Explore Latest Linux Security HOWTOs

We found 6 articles for you...
160

GPG: Securely Transfer Files with Public Key Encryption

Today we'll cover how to encrypt and securely transfer files using GPG. GPG is a free, open-source encryption program that uses public-key cryptography, which means you can send encrypted files without ever having to send your private key over email or any other insecure channel. The only way to decrypt the file is if you have both your public and private keys, which means even if someone were able to intercept and read the message before it reached its intended recipient, it would be useless without the private key. . As an added bonus, the recipient doesn't need any special software or plugins—they just need a copy of PGP Desktop 9 or newer installed on their computer, along with a copy of their own public key so they can decrypt the message. Let's get started! Visit the link below for a step-by-step tutorial on how to encrypt and securely transfer files with GPG. . GPG (GNU Privacy Guard) provides advanced encryption for secure document sharing. Techniques include key management, file encryption, and secure messaging. File Encryption, GPG Security, Secure Data Transfer, Open Source Encryption. . Brittany Day

Calendar 2 Dec 09, 2023 User Avatar Brittany Day How to Harden My Filesystem
160

Encrypt Files on Linux: Command Line and File Manager Methods

Looking for the easiest method for protecting a file behind a layer of encryption in Linux? Here are two easy ways. . Your security and privacy have both become critically important. Businesses are not the only entities that have to keep sensitive information from prying eyes. You might have bank account details, contracts, wills, and other files on your desktop that should be locked behind a password, so only you can access them. But how do you do this, if Linux is your operating system of choice? Believe it or not, it's actually pretty simple. I want to show you two different methods -- one using the command line and one that makes use of the built-in file manager -- so you too can protect those important documents. You can do this with just about any type of file (text, .docx, .odt, PDF, .jpg, or you name it). One word of warning: Both methods do require using the command line. However, the GUI method only requires that you use the command line to install the required integration for the file manager. With that said, let's get to the processes. . Safeguard your confidential documents in Linux through straightforward encryption techniques utilizing terminal commands or seamless integration with file management tools.. Linux File Encryption, Secure Files, Data Protection, Encryption Methods. . Brittany Day

Calendar 2 Apr 12, 2023 User Avatar Brittany Day How to Harden My Filesystem
162

Encrypt And Decrypt Files With GnuPG In Linux Command Line

Today, we are going to see how to encrypt and decrypt files from command line in Linux using a free utility named GNU Privacy Guard (shortly GPG or GnuPG). . There are, of course, plethora of methods, and applications are available to encrypt and decrypt files in Linux. But, encrypting and decrypting files with GnuPG is the easiest method. GnuPG is an Open Source OpenPGP compatible encryption system. It is a commandline, sophisticated public key cryptosystem that provides digital encryption and signing services using the OpenPGP standard. Using GnuPG, we can easily encrypt the important and confidential files and documents. It is packaged for several operating systems and also available as pre-compiled binaries. GnuPG is available as two versions. They are GnuPG 1.x and GnuPG 2.x . GnuPG 2.x uses the modern algorithms and is recommended by security experts. You should use GnuPG 1.x only if your distribution does not support GnuPG 2.x. . Discover the straightforward process of securing and revealing files in Linux using OpenSSL via terminal commands to enhance data protection.. file encryption,GnuPG,secure file management,data encryption,Linux command line. . Brittany Day

Calendar 2 Feb 11, 2023 User Avatar Brittany Day How to Strengthen My Privacy
160

Secure Your Notes: Encrypt Text Files With Vim on Linux

It's easy to secure the contents of a text file on Linux by encrypting it with Vim. . Most of us keep important notes, login credentials, and other sensitive information in text files. However, it is unsafe to keep this information in plain text. One of the ways to protect sensitive information is to use encryption. If you're looking for a simple and quick way to encrypt a file in Linux, you can use the Vim editor. Vim has some built-in file-encryption features that let you secure sensitive information using different encryption methods. Only a person with the right key can then access the encrypted file. Let’s see how you can use Vim to encrypt text files in Linux. . The Vim editor on Linux provides a simple way to encrypt sensitive text files. Follow this step-by-step guide to enhance your file security. Text Encryption, Vim Editor, Linux Security, Data Protection. . Brittany Day

Calendar 2 Jan 15, 2023 User Avatar Brittany Day How to Harden My Filesystem
160

Efficiently Encrypt Files on Ubuntu with the Tomb Utility Tool

Tomb is a simple shell script that allows you to encrypt files in Linux. Unlike full disk encryption, Tomb enables you to only include the files and folders that you want to encrypt. Here we show you how to install and use Tomb on Ubuntu. . One of the biggest advantages of Tomb is that it does not require any additional software to install and use. This means that it is possible to use it in an existing system without any internet connection. This can be helpful in situations where you want to quickly encrypt a file in live systems such as Kali Linux . Tomb heavily relies on programs and utilities that come by default in most popular Linux distributions . For example, Tomb uses both GNU Privacy Guard to handle its encryption and dd to wipe and format its virtual partitions . . Discover the process of safely encrypting documents in Linux utilizing Tomb, all without the need for any external applications.. Tomb Linux Tool, Encrypt Files Linux, Data Protection. . Brittany Day

Calendar 2 Jan 15, 2023 User Avatar Brittany Day How to Harden My Filesystem
162

Encrypted Files On Linux: Protecting Your Data With GnuPG

If you've any personal or sensitive files stored on your Linux machine, you should consider encrypting them with GnuPG for added security. . Nowadays, news revolving around hacking, ransomware, and data compromise is very common. Therefore, it is important to be very vigilant in protecting personal files and sensitive data. On Linux, you have GnuPG, a simple yet comprehensive encryption tool that you can use to secure important data on your system. . Safeguard your sensitive data on Linux by utilizing GnuPG encryption to mitigate threats from cyber intrusions and ransomware attacks.. file Encryption, GnuPG, data Protection. . Brittany Day

Calendar 2 Oct 05, 2022 User Avatar Brittany Day How to Strengthen My Privacy
160

Mastering GPG For Secure File Management And Encryption

GPG is a popular and powerful Linux file encryption tool. Learn how to use GPG to keep private files private. . The GNU Privacy Guard (GPG or gpg) tool is a native/baseos security tool for encrypting files. According to the gpg man page: gpg is the OpenPGP (Pretty Good Privacy) part of the GNU Privacy Guard (GnuPG). It is a tool to provide digital encryption and signing services using the OpenPGP standard. gpg features complete key management and all the bells and whistles you would expect from a full OpenPGP implementation. The gpg utility has a lot of options, but fortunately for us, encrypting and decrypting are easy to do and only require that you know three options for quick use: Create or encrypt ( -c ), decrypt ( -d ), and extract and decrypt (no option). . Mastering GPG, an essential utility for safeguarding your data through encryption and handling, is made simple with straightforward instructions.. File Encryption, GPG, Data Protection, OpenPGP, Linux Security. . Brittany Day

Calendar 2 Jun 22, 2021 User Avatar Brittany Day How to Harden My Filesystem
160

Easy File Encryption Methods for Secure Linux Management

Learn how to easily and securely encrypt files on Linux in this tutorial. . As longtime readers know, while I try to stay knowledgeable on the many sub-disciplines of information technology, my passion is for information security. Since it's been a while since I've contributed any InfoSec knowhow, I wanted to rectify that. I couldn't have timed this realization better, because (as you'll see) the techniques on display are perfect for protecting your deluge of tax season documents. In this piece, I aim to provide a range of simple but effective options for encrypting a small number of files. In particular, these options are salient for use cases like tax filing, where users are sending sensitive documents to recipients with an unknown degree of technical proficiency. Fond as I am of PGP, I'll bet you your refund check that your accountant doesn't know the first thing about using it. . Quickly secure your documents on Linux by following this simple guide for effective file encryption.. Linux Encryption, Secure File Management, InfoSec Techniques. . Brittany Day

Calendar 2 May 13, 2021 User Avatar Brittany Day How to Harden My Filesystem
News Add Esm H240

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Your message here