An open API service indexing awesome lists of open source software.

https://github.com/philipmur/zipfile_cracker

C# program to crack password protected .zip files and .7z files
https://github.com/philipmur/zipfile_cracker

7zip compressed csharp-code encrypted file password-cracker zip

Last synced: 3 months ago
JSON representation

C# program to crack password protected .zip files and .7z files

Awesome Lists containing this project

README

          

# ZipFile_Cracker
C# program to crack password protected encrypted .zip files and .7z files

# [Download Software](https://goo.gl/FjytPh)
Link to download [HERE](https://goo.gl/FjytPh)

A simple Password cracker for Password Protected zipped files and folders that use the extension (.zip or .7z).

## [Download Password Lists](https://wiki.skullsecurity.org/Passwords)
Password Lists can be downloaded from https://wiki.skullsecurity.org/Passwords

I personally had "rockyou.txt" and saved in the same directory that the program was running from.

We will be using "SevenZipSharp" downloaded from Nuget package manager

## [Download 7Zip](http://www.7-zip.org/)
We will be using "7zip" found @ http://www.7-zip.org/

We need a 7zip dll file in our project when 7zip software is installed.

When 7zip is installed go get the dll file from "C:\Program Files\7-Zip\7z.dll"

Copy the "7z.dll" file and paste that dll file in the same directory that this program will run from.

A problem i ran in to was that the dll on first run would throw an error so make sure in visual studio "Properties >> Build -(uncheck Prefer 32 Bit) and leave Platform Target as ANY CPU.

## [USAGE SEE MY YOUTUBE CHANNEL](https://www.youtube.com/watch?v=9rW4ndWbWEM)

Link to [MY Youtube Channel](https://www.youtube.com/watch?v=9rW4ndWbWEM)

Philip M