diff options
author | George Hilliard <thirtythreeforty@gmail.com> | 2016-10-30 09:25:31 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-10-30 10:25:31 -0400 |
commit | 52028838a1bc5f55f623f5f0344ee685d87d1fd0 (patch) | |
tree | 8ebd524d4b96795db060caab19e6ca1c5c40449e /man | |
parent | 0470289b6e93be7a65b1b3b2a2cc829bd20e08c8 (diff) |
Implement VeraCrypt volume handling in crypttab (#4501)
This introduces a new option, `tcrypt-veracrypt`, that sets the
corresponding VeraCrypt flag in the flags passed to cryptsetup.
Diffstat (limited to 'man')
-rw-r--r-- | man/crypttab.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/crypttab.xml b/man/crypttab.xml index 4b8d4aa3d6..17976f3704 100644 --- a/man/crypttab.xml +++ b/man/crypttab.xml @@ -327,6 +327,17 @@ </varlistentry> <varlistentry> + <term><option>tcrypt-veracrypt</option></term> + + <listitem><para>Check for a VeraCrypt volume. VeraCrypt is a fork of + TrueCrypt that is mostly compatible, but uses different, stronger key + derivation algorithms that cannot be detected without this flag. + Enabling this option could substantially slow down unlocking, because + VeraCrypt's key derivation takes much longer than TrueCrypt's. This + option implies <option>tcrypt</option>.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>timeout=</option></term> <listitem><para>Specifies the timeout for querying for a |