Jump to content

Encryption Question


bmanice

Recommended Posts

The quick theoretical answer is yes, they would be equal strength as they are the same cipher.

In practice it would depend on the coding of the encryption routines and if there was any mistakes in either that makes it weaker than the other.

Link to comment
Share on other sites

If the implementations are both correct then both will be fine, however the cipher is not the only thing you need to worry about. The Block Cipher Mode of Operation is another thing you need to find out. For example if 7zip is using EBC (Electronic CodeBook) then you shouldn't use 7zip.

Only use an encryption program that lets you choose the cipher mode. There is no most secure cipher mode but if you have a choice then use CBC (Cipher-block Chaining)

If you want to see the difference then go here http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation#Electronic_codebook_.28ECB.29 and scroll down until you can see the images.

Link to comment
Share on other sites

Guest Deleted_Account

If the implementations are both correct then both will be fine, however the cipher is not the only thing you need to worry about. The Block Cipher Mode of Operation is another thing you need to find out. For example if 7zip is using EBC (Electronic CodeBook) then you shouldn't use 7zip.

Only use an encryption program that lets you choose the cipher mode. There is no most secure cipher mode but if you have a choice then use CBC (Cipher-block Chaining)

If you want to see the difference then go here http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation#Electronic_codebook_.28ECB.29 and scroll down until you can see the images.

Don't quote me on this but according to TrueCrypt and other cryptography sites XTS mode is the best to use followed by CBC. Either way I don't trust zip file and encryption it has been implented badly before and I stick with TC as it is proven technology. I can't speak of 7-Zip but most of the time breaking zip files is rather easy but not sure if those were ciphered with AES-256 or that "zipcrypto" one. I have on many occasions recovered files from zip containers even when protected with a password (Windows default one; not even sure if they use encryption or not).

Link to comment
Share on other sites

Don't quote me on this but according to TrueCrypt and other cryptography sites XTS mode is the best to use followed by CBC. Either way I don't trust zip file and encryption it has been implented badly before and I stick with TC as it is proven technology. I can't speak of 7-Zip but most of the time breaking zip files is rather easy but not sure if those were ciphered with AES-256 or that "zipcrypto" one. I have on many occasions recovered files from zip containers even when protected with a password (Windows default one; not even sure if they use encryption or not).

Don't quote me on this one either but I though that XTS was only for Disk encryption?

Link to comment
Share on other sites

Guest Deleted_Account

Don't quote me on this one either but I though that XTS was only for Disk encryption?

You may be right. I only use Disk encryption and TC Volumes so Just what I know from experience. One thing of note I hate file encryption (like encrypting just one txt file for instance) I find it less secure (which it may or may not be) so I always use Virtual Volumes or Encrypted Partitions.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...