I have the assumption there is no added protection at all.
|
There is no difference in the security provided, but because of the way compression algorithms work, you are probably going to get better compression if you compress first then encrypt. Compression algorithms exploit statistical redundancies (such as those that exist in natural language or in many file formats) in the data which should be eliminated when you encrypt it, therefore an encrypted message shouldn't be able to be compressed all that well. From the wikipedia article:
|
|||||||||||||
|
|
Encryption works better on short messages, with a uniform distribution of symbols. Compression replaces a message with a non-uniform distribution of symbols by another, shorter sequence of symbols that are more uniformly distributed. Therefore, it's mathemathically safer to compress before encryption. Compression after encryption doesn't affect the encryption, which remains relatively weak due to the non-uniform distribution of plaintext. Of course, if you use anything like AES256, and the NSA isn't after you, this is all theory. |
|||||||
|
|
There is no added security (as compression is not a security mechanism), but a properly encrypted message shouldn't be easily compressible (i.e. rule of thumb: if you can significantly compress an encrypted message, something is wrong). Therefore, compress then encrypt. |
|||
|
|
|
There is no difference in security provided. |
|||
|
|
Look here: Super User thread about compression && encryption or the other way around They have a complete and detailed answer to your question (witch is compress then encrypt, by the way). |
|||
|
|