From a83767f9fbd51df654901b52bdba7838f6a10bf9 Mon Sep 17 00:00:00 2001 From: Igor Tolmachev Date: Tue, 16 Jul 2024 01:59:53 +0900 Subject: Add traditional PKWARE decryption. - Compression and encryption may not work together - Password check is not yet implemented - Unoptimized crc32 function --- src/driver/driver.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/driver/driver.rs') diff --git a/src/driver/driver.rs b/src/driver/driver.rs index 747345c..f0f93a9 100644 --- a/src/driver/driver.rs +++ b/src/driver/driver.rs @@ -34,6 +34,7 @@ where fn get_file_reader<'d>( &'d mut self, index: usize, + password: Option<&str>, ) -> ArchiveResult, Self::Error>; } -- cgit v1.2.3