Tag

disk encryption

1 views collected around this technical thread.

OPPO Kernel Craftsman
OPPO Kernel Craftsman
Jun 9, 2023 · Information Security

Linux Disk Encryption Technology: FDE, FBE and eCryptfs Implementation Analysis

This article reviews Linux disk‑encryption technologies, explaining data‑at‑rest security concepts, comparing full‑disk encryption (hardware and dm‑crypt/LUKS) with filesystem‑based encryption (stacked eCryptfs and native fscrypt), and providing an in‑depth analysis of eCryptfs architecture, key management, and implementation details.

Data SecurityFBEFDE
0 likes · 20 min read
Linux Disk Encryption Technology: FDE, FBE and eCryptfs Implementation Analysis
Ops Development Stories
Ops Development Stories
Jun 6, 2022 · Operations

How to Encrypt KVM qcow2 Disks with LUKS and Ceph RBD – Step‑by‑Step Guide

This guide explains how to use LUKS to encrypt KVM qcow2 virtual machine disks, create and define libvirt secrets, configure encrypted volumes, and apply the same technique to Ceph RBD storage, providing full command‑line examples and XML snippets for a secure virtualization setup.

CephKVMLUKS
0 likes · 11 min read
How to Encrypt KVM qcow2 Disks with LUKS and Ceph RBD – Step‑by‑Step Guide
Ops Development Stories
Ops Development Stories
May 27, 2022 · Information Security

How to Encrypt KVM Virtual Machine Disks with LUKS and Ceph RBD

Learn step‑by‑step how to secure KVM virtual machine disks using LUKS encryption, convert qcow2 images, define libvirt secrets, and apply encryption to both local and Ceph RBD storage, including necessary XML configurations, command‑line tools, and best‑practice considerations.

CephKVMLUKS
0 likes · 11 min read
How to Encrypt KVM Virtual Machine Disks with LUKS and Ceph RBD