Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: NameSpace(zipFile); foreach (var file in sourceFile.Items()) { destinationFolder.CopyHere(file, 4 | 16); } } Ionic.Zip.dll using Ionic.Zip; // extract all files into using (var zip = ZipFile.Read("archive.zip")) { zip.Password= "SecretPassword"; zip.ExtractAll("TargetFolder"); } Source: http://pastebin.com/raw.php?i=CifBjCnj
↧