I choose “Compress drive to save disc space” under drive properties.

link|improve this question

If compression is applied after encryption, then certainly not, if compression is applied before encryption, I could see it swinging either way - hopefully somebody who knows how this works can help? – Phoshi Nov 8 '10 at 11:03
feedback

2 Answers

up vote 7 down vote accepted

The compression should have no effect on the security offered by TrueCrypt.

If the compression is applied before the encryption, i.e. at the filesystem level hosted within an encrypted file/partition then the data will still be as well encrypted as it would be uncompressed. No one would know it was compressed data until they'd managed to decrypt some of it anyway.

If the compression is applied after the encryption then it will have little or no effect either on security or space used - in fact it would most likely back-fire and result in wasting space - so you'll just be wasting CPU cycles. Data encrypted with cryptographically safe algorithms should not have enough redundancy for the compression algorithm to find.

link|improve this answer
feedback

Usual implementation is to set compression on the filesystem which is within the TrueCrypt container. For example if you are running NTFS filesystem, then you can use the NTFS compression tools. This will make a difference to the size of data within the TrueCrypt volume, so you can fit more data in it. It obviously will not change the size of the volume itself, but you can always do that manually.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.