alexmullins / zip

Fork of Go's archive/zip to add reading/writing of password protected zip files.
MIT License
238 stars 139 forks source link

archive created not extractable by 7z #10

Open sunshine69 opened 4 years ago

sunshine69 commented 4 years ago

Hi,

Not sure if it is known issues but 7z says:

ERROR: CRC Failed in encrypted file. Wrong password? : uploads/jenkins-DEPLOY-spc-r2r-43.log

If interested I will provide full test code. 7z is capable of extracting AES (type 99) based on various sources but I am not sure it is 7z bug, or this implementation bug.

Thanks

sukruti55555 commented 1 year ago

Hello, Can you please provide the full test code.

sunshine69 commented 1 year ago

Hi, Has been for a while now. I need sometime to test it back now and see, it might be that 7z does not support WinZip AES type.

Will update here as soon as I can.