View previous topic :: View next topic |
Author |
Message |
407 Master Cheater
Reputation: 0
Joined: 25 Oct 2007 Posts: 357
|
Posted: Sat Jan 01, 2011 1:30 am Post subject: Question about rar password cracking. (Not a request) |
|
|
I'm working on something that requires me to zip up a file, and change it to a .pack file. I'm thinking about attempting to zip it up with a password so that no one can un-zip it without my permission, but the problem is, I'm not sure how safe it is to zip something up with a password.
How hard, or what knowledge would someone need to know to access my zipped files?
Basically, I just don't want someone to run a program and be able to unrar my files..
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 204
Joined: 25 Jan 2006 Posts: 8580 Location: 127.0.0.1
|
Posted: Sat Jan 01, 2011 2:27 am Post subject: |
|
|
Brute forcing, rainbow tables, and a little patience will crack your password.
_________________
- Retired. |
|
Back to top |
|
 |
mystique Guest
|
Posted: Tue Apr 26, 2011 12:18 pm Post subject: |
|
|
Are you talking about RAR or ZIP when you say "zip it up"?
The 7z format has very strong encryption system. It uses AES-256 cipher and SHA-256 hash for the key generation. The hash is executed 2^19 times, making all brute force attacks and rainbow tables useless. No one will crack your files if the password is not something like "1234".
I don't know that much about RAR encryption but I think rar v. 2 and v. 3 use similar hashing techniques and v. 3 also uses AES so it should be more than enough safe.
Modern versions of ZIP support AES but the old encryption (ZipCrypto) is not very safe. It's vulnerable to known-plaintext attack and if the archive is created using certain versions of WinZip, the encryption key can be found easily using just brute force.
|
|
Back to top |
|
 |
|