Has its password protection system ever been broken into? Can it be trusted to hold extremely sensitive information?
|
4
|
|||
|
|
|
As mentioned before 7-zip uses AES-256 which is considered fairly secure, so while the algorithm is secure, the security of your data now depends on the complexity and security of your password and the fact that the implementation of AES-256 within 7-zip is correct. Depending on your need for security you would have to take measures to secure the encryption key and then decide whose implementation of AES to trust. |
||
|
|
|
|
It really depends on how sensitive your data is, and how easy you want this to be. For highly sensitive information, A great solution would be to have your sensitive data in a physically safe walk-in safe, on a PC that's disconnected from any kind of network, and having the data encrypted an inaccessible from anywhere else (this does not make sense for my use :) ). I like to use truecrypt, it allows multiple encryptions, and you can edit the file in-place (in a mounted volume, without extracting and returning the files). |
||
|
|
|
|
7zip uses AES-256, so it's high-quality and trustworthy. I think the weakest link would be the need for a password, so if you're very concerned about it you could use public-key cryptography through GPG. |
||
|
|
|
If you're protecting anything that you would call "extremely sensitive" information, I would definitely not rely on password protection of an archiving program. I would choose something like GPG, which has been designed specifically for protecting sensitive information. Anything less is doing yourself a disservice. If you do choose to use GPG, be sure to compress the data with 7-Zip first, then encrypt it. Trying to compress data that has already been encrypted will not produce a smaller file. |
||||||||
|
