Hello,
is there a way to remove a password protection from ZIP file without extracting them (password is knowing)?
We using the following code to encrypt a ZIP with a password:
zipFileStream = File.Ope…...encryptionMethod); archive = new Archive(new ArchiveEntrySet...inputFile in inputFiles) { archive.CreateEntry(Path.GetFileName(inputFile)...