Skip to content

AES Support #35

Open
Open
@dgrunwald

Description

@dgrunwald

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
  • Archive extraction:

¹ Creation of archives with 192-bit key is not supported in any of the leading archiving applications (WinRAR, WinZip, 7-zip, info-zip, Keka).

Metadata

Metadata

Assignees

Labels

encryptionenhancementFeature request or other improvements of existing functionality

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions