diff options
| author | Eric Biggers <ebiggers@google.com> | 2022-10-18 10:02:50 -0700 |
|---|---|---|
| committer | Eric Biggers <ebiggers3@gmail.com> | 2022-10-19 20:45:51 -0700 |
| commit | 632d66d6fddfa9fd0a279a1811ced1efc567be29 (patch) | |
| tree | 45db05d08411d8542b34f752df8db1331dda97cc /README.md | |
| parent | 5d9198ff97c2fc600743d57719dd6b1d77bc6d3c (diff) | |
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.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |