有任何安全的下载来源吗?
答案1
答案2
也许可以使用 cryptsetup。请参阅man cryptsetup
:
TCRYPT (TrueCrypt-compatible) EXTENSION
cryptsetup supports mapping of TrueCrypt or tcplay encrypted partition
using a native Linux kernel API. Header formatting and TCRYPT header
change is not supported, cryptsetup never changes TCRYPT header on-
device.
...
open --type tcrypt <device> <name>
tcryptOpen <device> <name> (old syntax)
Opens the TCRYPT (a TrueCrypt-compatible) <device> and sets up a
mapping <name>.
<options> can be [--key-file, --tcrypt-hidden, --tcrypt-system,
--readonly, --test-passphrase].