-
[root@localhost vcpkg]# ./vcpkg install libzip
The following packages will be built and installed:
libzip[bzip2,core,openssl]:x64-linux
Starting package 1/1: libzip:x64-linux
Building package …
-
Hi,
I am using XlsxWriter to generate a report that includes images. If the generated report is more than 2GB, Excel alerts to repair the report.
I am using Python version 3.7.1 and XlsxWriter …
-
I'm trying to apply `AES256` encryption to my backups using the following config:
```
return [
'password' => env('BACKUP_ENC_KEY'),
'encryption' => \Olssonm\BackupShield\Encrypti…
-
How to reproduce the bug: (tested with 1.4.0 and 1.5.1)
./ziptool -n test-aes256.zip add_file file test3 0 8169 set_file_encryption 0 AES-256 12345678
./ziptool -c test-aes256.zip set_password 123…
-
Hi,
I'm using latest version v2.0.3 and I am getting incorrect exception messages when trying to unzip password-protected zip files created with 7zip using ZipCrypto enctyption method and providing w…
-
Originally I misunderstood the AES WinZip specification and posted suggestion https://github.com/nmoinvaz/minizip/issues/11 thinking that the current implementation is 'vendor-specific.' However, afte…
-
Nice work putting all this together. I encountered only one small issue trying to use this library. My 7zip AES encrypted zip file would not unzip properly. I traced the problem down to unz64local_Get…
-
In the file: **mz_unzip.c**
in the function:
> extern int ZEXPORT mz_unzip_locate_entry(void *handle, const char *filename, mz_filename_compare_cb filename_compare_cb)
the check (as it is),
`…
-
unzip reads, but then ignores the "passverify" field when opening an encrypted file. All that is needed is to add a memcmp that compares the passverify value from the file with the one that is returne…
-
### Steps to reproduce
An exception occurs when adding a file if using CopyToAsync
I'm using Windows 10 x64.
private const int BufferSize = 4096;
private async Task Compres…