-
> AWS Lambda now supports encryption of Lambda function Zip code artifacts using customer managed keys instead of default AWS owned keys.
* [Announcement](https://aws.amazon.com/about-aws/whats-new…
-
In the draft, the CLX is just an encrypted zip file. Encrypted zip files only use weak encryption. I would rather think it should be a tar archive encrypted with some elliptical curve, Iike a PASETO V…
-
ZIP 213 added the ability for coinbase outputs to be shielded. An unfortunate side effect of this was to make consensus dependent on the details of note encryption, because these outputs are required …
daira updated
2 weeks ago
-
epub/lcp allows for compressing files before encrypting them. This is reflected in encryption.xml as `Compression [...] Method="8"`:
```
…
-
As the title says, encryption for zip files was never implemented. I'm not sure if this is intentional or not.
The way I see it, there is no method to set a simple password for the zip (though this…
-
Now, when I open the zip and aes encryption, the file name suffix must be `xxx.zip.aes`
I hope to customize the file name suffix, so that regardless of the options enabled, the suffix is always `xx…
-
Hi,
I am a little bit confused about zip encryption AES-256, and why libarchive also specify it as WinZip AES-256.
Is it because WinZip first implemented it in their application, and then other…
-
Hello,
I successfully create zip file with password using ZipArchive. However, as I know, there is only one encryption method used that is aes 256. How to create file zip with password using the Stand…
-
There have been intermittent test failures with the error `Error: end of central directory record signature not found`. @ktuite and I have seen the error locally, and we also sometimes see the error o…
-
Hi,
I'm habing an issue encrypting files in an archive. If I put an empty file in an archive, the files is not encrypted though I want it to, and have it specified in the code. If I put any content…