diff --git a/pr/829/luks_device_module.html b/pr/829/luks_device_module.html index 82691e27..000d8673 100644 --- a/pr/829/luks_device_module.html +++ b/pr/829/luks_device_module.html @@ -358,6 +358,7 @@ see added in community.crypto 2.23.0

Determine how passphrases are provided to parameters such as passphrase, new_passphrase, and remove_passphrase.

+

Please note that binary passphrases cannot contain all possible binary octets. For example, a newline (0x0A) cannot be used since it indicates that the passphrase is over. If you want to use arbitrary binary data, you must use keyfiles.

Choices: