-
```
I wonder if the standard zip file entry support UTF-8 file name.
when i test with TestAesZipFileEncrypter.testVariousFileTypesWithStream() by
changing the original english name to a utf-8 name, …
-
* Windows Explorer always uses deflate64 for zip files over 2 GB
* `node-stream-zip` does not support deflate64, so any zip file using it fails.
-
```
Need to open encrypted zip. Is it possible?
```
Original issue reported on code.google.com by `mrpuzz...@gmail.com` on 18 Oct 2013 at 11:33
-
```
Need to open encrypted zip. Is it possible?
```
Original issue reported on code.google.com by `mrpuzz...@gmail.com` on 18 Oct 2013 at 11:33
-
```
Need to open encrypted zip. Is it possible?
```
Original issue reported on code.google.com by `mrpuzz...@gmail.com` on 18 Oct 2013 at 11:33
-
### What version of Go are you using (`go version`)?
$ go version go1.13.6 windows/amd64
### Does this issue reproduce with the latest release?
Yes
### What operating system and proces…
iamnp updated
4 years ago
-
I am trying to open a ZIP file which has zip64 support set but JSZip fails to handle that, while unzip or zipinfo and others are working:
Code:
```
"use strict";
var fs = require("fs");
var…
tkrah updated
7 months ago
-
When a ZIP archive file entry has a **data descriptor structure** following its compressed file data, then ZipReader will falsely report the CRC and file size for this entry being zero. This in itself…
-
```
I wonder if the standard zip file entry support UTF-8 file name.
when i test with TestAesZipFileEncrypter.testVariousFileTypesWithStream() by
changing the original english name to a utf-8 name, …
-
```
I wonder if the standard zip file entry support UTF-8 file name.
when i test with TestAesZipFileEncrypter.testVariousFileTypesWithStream() by
changing the original english name to a utf-8 name, …