-
The ZIP standard says to use `/` and not to use `\`:
- https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT
> 4.4.17.1 The name of the file, with optional relative path.
> …
-
**Important information**
Operating system: macOS 11.4 - Apple M1 chip
DevilutionX version: source code from the master branch
Did you download a release or did you compile yourself? Compiled mysle…
-
zstd is a very good compression algorithm. In recent years, it has been used by more and more open source projects. Recently, the zstd compression algorithm has been added to the [zip compression spec…
-
**Important information**
Windows 10 / c39c6ce / Compiled myself (MSVC 16.11.3)
**Describe**
Fatal error appears immediately after Hellfire splash screen.
**Steps To Reproduce**
1. Clone fres…
efedo updated
3 years ago
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.12.5 linux/amd64
### Does this issue reproduce with the latest release?
Yup
### What operating system …
-
Hi, it's taken me a while to realise that
```
file_info.flag |= MZ_ZIP_FLAG_ENCRYPTED;
file_info.aes_version = MZ_AES_VERSION;
```
need to be set in order for password protection for entry writin…
-
**Expected:** Given I've created a zip file using the out-of-the-box zip functionality in OSX, when I read it and examine the file names of the files in the zip, then it should return the same name co…
-
https://github.com/srikanth-lingala/zip4j/blob/b1d523cdf9cbe808b7a271095c3add7c877bb8e5/src/main/java/net/lingala/zip4j/model/enums/EncryptionMethod.java#L20
When using ZIP_STANDARD_VARIANT_STRONG,…
-
I've been currently playing with an old CP/M tool capable to read the legacy PKWARE formats (such as the 'implode' compression encoding, now mostly abandoned), used by the PKZIP 1.x versions:
https:/…
-
Hi, it currently seems that reading from a password protected aes archive is much slower than reading a non-encrypted archive. What would be the settings required for fastest reading of an entry, whil…