Open
Description
SD-1649, originally created on 2/22/2010 08:18:51 by David Pierson
Add 128 and 256 bit AES support compatible with WinZip's
implementation.
Comment from David Pierson on 2/22/2010 08:21:57:
Mostly implemented. Creation via Zipfile and ZipOutputStream, and
extraction via ZipFile is now handled (r499).
Extraction via ZipInputStream is not implemented. FastZip is not
implemented.
Progress:
- Archive creation:
- Key sizes:
- 128 bit
- 192 bit¹
- 256 bit
- API support:
- Zipfile
- ZipOutputStream
- Key sizes:
- Archive extraction:
- Key sizes:
- 128 bit
- 192 bit¹
- 256 bit
- API support:
- Zipfile (Should be working?)
- ZipInputStream - PR WIP [WIP] AES decryption support in ZipInputStream #381
- FastZip
- Key sizes:
¹ Creation of archives with 192-bit key is not supported in any of the leading archiving applications (WinRAR, WinZip, 7-zip, info-zip, Keka).