From 632d66d6fddfa9fd0a279a1811ced1efc567be29 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 18 Oct 2022 10:02:50 -0700 Subject: Add support for AES_256_HCTR2 filenames encryption Support for AES_256_HCTR2 filenames encryption was added in kernel version 6.0. The kernel doesn't yet support AES_256_HCTR2 for contents encryption. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 927d484..efc953b 100644 --- a/README.md +++ b/README.md @@ -343,8 +343,8 @@ The fields are: Normally, "AES_256_XTS" is recommended. * "filenames" is the algorithm used to encrypt file names. The - choices are "AES_256_CTS", "AES_128_CTS", and "Adiantum". - Normally, "AES_256_CTS" is recommended. + choices are "AES_256_CTS", "AES_128_CTS", "Adiantum", and + "AES_256_HCTR2". Normally, "AES_256_CTS" is recommended. To use algorithms other than "AES_256_XTS" for contents and "AES_256_CTS" for filenames, the needed algorithm(s) may need to -- cgit v1.2.3