diff --git a/pr/664/luks_device_module.html b/pr/664/luks_device_module.html index b939130d..b716ae5d 100644 --- a/pr/664/luks_device_module.html +++ b/pr/664/luks_device_module.html @@ -271,9 +271,10 @@ see

keyslot

integer

+

added in community.crypto 2.16.0

Adds the keyfile or passphrase to a specific keyslot when creating a new container on device. Parameter value is the number of the keyslot.

-

NOTE that a device of type luks1 supports the keyslot numbers 0-7 and a device of type luks2 supports the keyslot numbers 0-32. In order to use the keyslots 8-31 when creating a new container, setting type to luks2 is required.

+

Note that a device of type=luks1 supports the keyslot numbers 0-7 and a device of type=luks2 supports the keyslot numbers 0-32. In order to use the keyslots 8-31 when creating a new container, setting type to luks2 is required.

@@ -305,9 +306,10 @@ see

new_keyslot

integer

+

added in community.crypto 2.16.0

Adds the additional new_keyfile or new_passphrase to a specific keyslot on the given device. Parameter value is the number of the keyslot.

-

NOTE that a device of type luks1 supports the keyslot numbers 0-7 and a device of type luks2 supports the keyslot numbers 0-32.

+

Note that a device of type=luks1 supports the keyslot numbers 0-7 and a device of type=luks2 supports the keyslot numbers 0-32.

@@ -470,10 +472,11 @@ see

remove_keyslot

integer

+

added in community.crypto 2.16.0

Removes the key in the given slot on device. Needs keyfile or passphrase for authorization.

-

NOTE that a device of type luks1 supports the keyslot numbers 0-7 and a device of type luks2 supports the keyslot numbers 0-32.

-

NOTE that the given keyfile or passphrase must not be in the slot to be removed

+

Note that a device of type=luks1 supports the keyslot numbers 0-7 and a device of type=luks2 supports the keyslot numbers 0-32.

+

Note that the given keyfile or passphrase must not be in the slot to be removed.