by rossmcm on Wed Apr 27, 2011 3:06 pm
I'm afraid what you are asking is not really possible. The whole point about passwords on ZIP files is that the password determines the contents of the ZIP file. And the password itself is not actually stored anywhere in the ZIP file (because that would be silly!). The only way of changing the password (as has been said already) is to unzip file file using the current password and zip it up again using the new password.
This is not so difficult if you have access to the files. I wrote a batch file to recursively scan a folder tree unzipping any archives to a temp folder and them zipping them again with a password to a new folder tree. If the backup zip files are remote though, you have a problem.
I can see your problem, I don't have a solution. As superflexible says, you could just leave the existing backups with the old password and re-enter it if you need to restore those ones. This is not an acceptable solution if the reason you want to change the password is because the old one has been compromised, of course.
Best regards
Ross