Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: dm-integrity: remove reference to ARC4

ARC4 is no longer considered secure, so it shouldn't be used, even as
just an example.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>

authored by

Eric Biggers and committed by
Mike Snitzer
7fc979f8 694cfe7f

+1 -1
+1 -1
Documentation/admin-guide/device-mapper/dm-integrity.rst
··· 144 144 Encrypt the journal using given algorithm to make sure that the 145 145 attacker can't read the journal. You can use a block cipher here 146 146 (such as "cbc(aes)") or a stream cipher (for example "chacha20", 147 - "salsa20", "ctr(aes)" or "ecb(arc4)"). 147 + "salsa20" or "ctr(aes)"). 148 148 149 149 The journal contains history of last writes to the block device, 150 150 an attacker reading the journal could see the last sector nubmers