-
### ⚠️ Before submitting, please verify the following: ⚠️
- [X] This is a **bug**, not a question or a configuration issue.
- [X] This issue is **not** already reported on Github (I've searched it).
…
-
Are there any plans to support one of the encryption methods described in the ZIP format specification?
The very common "Traditional PKWARE Encryption" would be a great addition, as it's part of th…
-
Edit: I am currently using Version 1.20 of the extension. I am currently not able to update so can't confirm whether this was fixed.
I am doing encrypted backups with your extension. Unfortunately,…
-
```
phpenv: php: command not found
mkdir: cannot create directory 'ext/zlib/.libs': File exists
In file included from /tmp/php-build/source/8.1.3/Zend/zend.h:27,
from /tmp/php-bui…
-
### Steps to reproduce
1. Create zip file with password protected zip entry that has AES encryption
2. Follow this tutorial - https://github.com/icsharpcode/SharpZipLib/wiki/Updating
3.
### Expe…
-
Currently the database backups are password-protected zips.
Zip format is known to use weak encryption and susceptible to brute-force attacks.
Let's compress our backups with something else, like…
Lexy2 updated
2 years ago
-
### ⚠️ This issue respects the following points: ⚠️
- [x] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [x] This issue is **not** already reported on [Github](https://…
-
The Zip standard encryption method has been proven to be no longer safe and has broken weaknesses more than ten years ago. It is recommended to remove this encryption algorithm. For AES encryption, c…
-
### ⚠️ This issue respects the following points: ⚠️
- [x] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [x] This issue is **not** already reported on [Github](https://…
-
Symmetric encryption uses a single key to encrypt and decrypt. If you encrypt a zip file, then decrypt with the same key, you are using symmetric encryption. Symmetric encryption is also called “secre…