Thanks to bkcrypt I have the files unzipped. I know that password is 16 bytes long and unfortunately it will take a lot of time for me to crack it (even with 6 bytes optimization). I would like to zip the file again and keep the same password. Is this even possible if we only know internal keys?
The usecase is that I have a config file for an old game that is stored in password protected archive. I have to unzip this archive, modify one of the files and zip it again with the same password. I could get the password by reverse engineering the game itself but I'm looking for a more generic solution
Thanks to bkcrypt I have the files unzipped. I know that password is 16 bytes long and unfortunately it will take a lot of time for me to crack it (even with 6 bytes optimization). I would like to zip the file again and keep the same password. Is this even possible if we only know internal keys?
The usecase is that I have a config file for an old game that is stored in password protected archive. I have to unzip this archive, modify one of the files and zip it again with the same password. I could get the password by reverse engineering the game itself but I'm looking for a more generic solution