Skip to content

ZipWriter with AES password &[u8] #214

Open
@nganhkhoa

Description

@nganhkhoa

While ZipArchive allows decryption of AES passwords from bytes, ZipWriter with FileOptions only allows for &str password. This behavior is inconsistent, and incomplete. Zip files can be protected using bytes, not only readable (&str) password.

The current implementation already allows for encryption using bytes, we only need to change the interface for FileOptions.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions