TrueCrypt 内のすべてのファイルが破損してしまいますか?

TrueCrypt 内のすべてのファイルが破損してしまいますか?

TrueCrypt コンテナ/ボリュームに 15 個のファイルがあり、暗号化されたボリュームがコンテナ ファイル内のどこかの位置で破損した場合、安全な可能性があるファイルを保持するためにボリュームを復号化できなくなるということですか? 使用できなくなりますか?

答え1

いいえ。TrueCryptのブロックサイズは16バイトしかありません。これが使用できなくなる最小サイズです。破損の範囲が限られていると仮定すると、データの大部分を回復できるはずです。TrueCrypt よくある質問:

What will happen when a part of a TrueCrypt volume becomes corrupted?

In encrypted data, one corrupted bit usually corrupts the whole
ciphertext block in which it occurred. The ciphertext block size used
by TrueCrypt is 16 bytes (i.e., 128 bits). The mode of operation used
by TrueCrypt ensures that if data corruption occurs within a block,
the remaining blocks are not affected. See also the question 'What do
I do when the encrypted filesystem on my TrueCrypt volume is
corrupted?


What do I do when the encrypted filesystem on my TrueCrypt volume is corrupted?

File system within a TrueCrypt volume may become corrupted in the same
way as any normal unencrypted file system. When that happens, you can
use filesystem repair tools supplied with your operating system to fix
it. In Windows, it is the 'chkdsk' tool. TrueCrypt provides an easy
way to use this tool on a TrueCrypt volume: Right-click the mounted
volume in the main TrueCrypt window (in the drive list) and from the
context menu select 'Repair Filesystem'.

関連情報