Encrypt

Linux File Encryption
7 Tools to Encrypt/Decrypt and Password Protect Files in Linux GnuPG. GnuPG stands for GNU Privacy Guard and is often called as GPG which is a collect...
How to Encrypt the Hard Disk Partitions with DM-crypt
How do I encrypt an entire hard drive with VeraCrypt? How do I encrypt a hard drive partition? How do I encrypt a partition with Luks? Is DM-crypt sec...
How to Encrypt a Drive on Ubuntu 18.04
In Ubuntu, there are several ways to encrypt your data. Use eCryptfs (The enterprise cryptographic filesystem for Linux) to encrypt your home director...
Secure Apache with Let's Encrypt on Debian 9
How do you secure Apache with Let's encrypt on Debian 9? How do you secure Apache with Let's encrypt on Debian 10? How do you install let's encrypt SS...
File Encryption using GPG Key Pair in Linux
Using gpg you can generate private and public keys that can be used to encrypt and decrypt files as explained in this example. Step 1 Create a new GPG...
Secure Apache with Let's Encrypt on Debian 10
How do you secure Apache with Let's encrypt on Debian 10? How do you secure Apache with Let's encrypt on Debian? How do you install let's encrypt SSL ...
5 Best ways to encrypt files in Linux
Today, we want to show you the best and most reliable methods of encryption available on the Linux platform. ... Safest ways to encrypt files on a Lin...
golang aes
How do I use AES encryption in Golang? How do I encrypt a string in Golang? How do I encrypt a file using GO? What is AES CFB? What is AES encryption?...
ecryptfs partition
What is eCryptfs in Linux? How secure is eCryptfs? How do I encrypt eCryptfs? What is encrypted directory? What is Ecryptfs Kthrea? How do I encrypt a...
ecryptfs folder
What is encrypted directory? How secure is eCryptfs? How do I encrypt eCryptfs? What is eCryptfs in Linux? How do I lock a folder on my laptop? How do...
certbot --nginx centos 7
How do you secure Nginx with Let's encrypt on CentOS 7? How do you install let's encrypt on CentOS 7? How do I add Letsencrypt certificate to nginx? H...
Encrypting Files on Linux
Using gpg, you would do the following. Open a terminal window. Change to the ~/Documents directory with the command cd ~/Documents. Encrypt the file w...