From c886d2855cce1b85cd981a904676cbe56b2161e8 Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Tue, 9 Jan 2024 22:19:56 +0300 Subject: [PATCH] m --- os/unix/admin/security/crypt/luks/label.txt | 1 + os/unix/admin/security/crypt/luks/luks.txt | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/os/unix/admin/security/crypt/luks/label.txt b/os/unix/admin/security/crypt/luks/label.txt index 120fe5ca0..7cdd37b0f 100644 --- a/os/unix/admin/security/crypt/luks/label.txt +++ b/os/unix/admin/security/crypt/luks/label.txt @@ -48,6 +48,7 @@ https://unix.stackexchange.com/questions/257652/change-encrypted-partition-uuid To change the UUID of the LUKS volume, use cryptsetup luksUUID --uuid= /dev/sda1. https://superuser.com/questions/1393014/change-partitions-labels-only-on-dolphin-or-change-label-on-not-mounted-luks-pa + sudo cryptsetup status /dev/mapper/luks sudo cryptsetup status /dev/mapper/luks-788e6b7d-18de-4c73-973a-27126348c4cb ... type: LUKS1 diff --git a/os/unix/admin/security/crypt/luks/luks.txt b/os/unix/admin/security/crypt/luks/luks.txt index 1e33aca3a..86874e24c 100644 --- a/os/unix/admin/security/crypt/luks/luks.txt +++ b/os/unix/admin/security/crypt/luks/luks.txt @@ -10,3 +10,9 @@ https://mirrors.edge.kernel.org/pub/linux/utils/cryptsetup/LUKS_docs/on-disk-for samples cryptsetup luksFormat --type luks2 + +https://fedoraproject.org/wiki/Disk_Encryption_User_Guide +https://geekpeek.net/disk-encryption-on-centos-linux/ + +https://julien.coubronne.net/en/2017/02/03/luks-backups-and-headers/ +https://dradis.com/support/guides/customization/auto-unlock-luks-encrypted-drive.html