Sensitive information is everywhere: Names. Password hashes. Emails.Financials. Customers. Quotes.Configurations. Passwords. Every company has their own threat model. Yet – everyone should protect their most sensitive data.
Continue reading →
Linux power management was tricky in the early days.Adding LUKS and LVM to the mix was a suicide combo. Today it’s not just a possibility – it’s a baseline requirement for secure Linux setups.
Continue reading →
As cyber threats continue to evolve, ensuring the security of sensitive data is more crucial than ever. Linux Unified Key Setup (LUKS) is a robust encryption standard designed to protect data at rest. This article will guide you through the process of setting up LUKS on Linux, explain how it works, how to change the…
Continue reading →
Encrypting storage volumes ensures that sensitive information is protected, even if physical devices are lost or stolen. This post will guide you through encrypting KVM volumes as LVM logical volumes on Debian 12. We’ll cover setting up LVM, encrypting the volumes with LUKS (Linux Unified Key Setup), and integrating them into your KVM setup.
Continue reading →
An important aspect of virtualization is ensuring the security of the disk images used by VMs. Encrypting these disk images helps protect sensitive data from unauthorized access. This post will guide you through the process of encrypting a KVM QCOW2 disk image using LUKS (Linux Unified Key Setup).
Continue reading →
LUKS stands for Linux Unified Key Setup. It is an encryption specification that was written for Linux systems in 2004. LUKS is used to encrypt block devices and partitions. This encryption helps to keep our data safe in rest.
Continue reading →