public inbox for cryptsetup@lists.linux.dev
 help / color / mirror / Atom feed
* Question about journal integrity / encryption
@ 2023-12-03 14:31 LRS
  2023-12-04  8:32 ` Milan Broz
  0 siblings, 1 reply; 2+ messages in thread
From: LRS @ 2023-12-03 14:31 UTC (permalink / raw)
  To: cryptsetup

I tried to create a volume with the following command:

cryptsetup luksFormat --type luks2 /dev/sdb --cipher aes-xts-plain64
--integrity hmac-sha256


If I see the json header of Luks2 i see the following part:

"integrity": {
        "type": "hmac(sha256)",
        "journal_encryption": "none",
        "journal_integrity": "none"
      }
    }

in which I understand that the journal is not encrypted, isn't this a
security issue? Is it possible to encrypt it somehow?

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-04  8:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-03 14:31 Question about journal integrity / encryption LRS
2023-12-04  8:32 ` Milan Broz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox