brendan-duncan / archive

Dart library to encode and decode various archive and compression formats, such as Zip, Tar, GZip, ZLib, and BZip2.
MIT License
403 stars 140 forks source link

zip (encode) with password #260

Open mkbsugita opened 1 year ago

mkbsugita commented 1 year ago

Hello.

how to zip with password? or no options??

    final zipBytes = ZipEncoder().encode(
      archive,
      password: '123456'
    );
mkbsugita commented 1 year ago

Encoding files with password #95

mkbsugita commented 1 year ago

it also can't https://pub.dev/packages/zipper

kevinqrt commented 1 year ago

++1