Commit graph

17 commits

Author SHA1 Message Date
awakening
4078bd34cd
fix: Decrypt the read bytes in ZipCrypto instead of entire buffer
Fixes `corrupt deflate stream` panic when extracting a file from encrypted archive (zip-rs/zip#280).
2024-04-27 23:41:32 +07:00
Chris Hennick
3cb826fe8b
Make functions const where possible 2023-06-07 22:15:06 -07:00
Chris Hennick
cfa91e75b0
Reformat 2023-05-10 16:34:57 -07:00
Chris Hennick
f17012ca63
Bug fix: scope Hasher and DefaultHasher imports to the configs that use them 2023-05-10 16:32:12 -07:00
Chris Hennick
9b0e620c50
Dump full encryption key while testing or fuzzing 2023-05-10 16:31:06 -07:00
Chris Hennick
9efec6b61f
Fix merge 2023-05-10 12:53:30 -07:00
Chris Hennick
b179709639
Bug fix: derive Arbitrary for ZipCryptoKeys 2023-05-08 19:07:42 -07:00
Chris Hennick
89989e02a3
Reformat 2023-05-08 18:54:35 -07:00
Chris Hennick
67bfe53d65
Merge upstream version 0.6.5 2023-05-08 18:54:10 -07:00
Marli Frost
2eeb47ce56 add support for writing files with PKWARE encryption 2023-05-06 15:48:52 +01:00
Alexander Zaitsev
061cdf149f fix: fix Clippy warnings
- fix a bunch of Clippy warnings
- fix some usages of assert! (change to assert_ne)

Tested:
- Local unit-tests run
2022-01-23 17:35:27 +03:00
Benjamin Richner
80f4c43369 Add Info-ZIP password validation 2021-05-02 04:02:50 +02:00
Benjamin Richner
0b077c4baf Fixed and improved docstrings, added module level documentation 2020-06-23 22:20:16 +02:00
Benjamin Richner
76777350da Add space between comment and // 2020-06-23 21:22:47 +02:00
Benjamin Richner
493afdbee1 run cargo fmt 2020-06-21 17:47:08 +02:00
Benjamin Richner
2a5112386c Remove useless return in ZipCryptoReaderValid::read() 2019-10-19 23:44:20 +02:00
Benjamin Richner
f9f5029fc1 Added ZipCrypto support for stored and deflated files 2019-10-19 18:59:10 +02:00