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
- Host: GitHub
- URL: https://github.com/philipmur/zipfile_cracker
- Owner: PhilipMur
- License: mit
- Created: 2018-01-20T19:46:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T01:28:19.000Z (over 7 years ago)
- Last Synced: 2023-07-16T21:50:11.980Z (about 2 years ago)
- Topics: 7zip, compressed, csharp-code, encrypted, file, password-cracker, zip
- Language: C#
- Size: 18.6 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
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/PasswordsI 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