How can I update the password of a password protected .7z archive?

How can I update the password of a password protected .7z archive using the command line ?

I have a couple of big 7z archives (several hundred Gb) and would like to strengthen the passwords by updating them, hopefully without having to unzip / rezip the whole set.

2 Answers

Due to the nature of 7zip, you are not able to do this, unless you want to unzip/rezip. The author of the application has said so on their forums.

Proof

The passwords are not really passwords but the seed to derive the encryption key. So, what you want to do is changing the encryption key and that means decrypting an reencrypting.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like