https://github.com/whitehatboy005/file-password-cracker
File Password Cracker is a versatile tool designed to help users crack password-protected files. The tool supports a wide range of file formats, including ZIP, PDF, RAR, 7z, gzip, bzip2, tar, wim, and xz. It provides a user-friendly graphical interface for selecting the target file and the password list, and supports both dictionary and brute-force
https://github.com/whitehatboy005/file-password-cracker
brute-force dictionary-attack gui zip-cracker
Last synced: 10 months ago
JSON representation
File Password Cracker is a versatile tool designed to help users crack password-protected files. The tool supports a wide range of file formats, including ZIP, PDF, RAR, 7z, gzip, bzip2, tar, wim, and xz. It provides a user-friendly graphical interface for selecting the target file and the password list, and supports both dictionary and brute-force
- Host: GitHub
- URL: https://github.com/whitehatboy005/file-password-cracker
- Owner: whitehatboy005
- Created: 2024-07-13T05:46:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T13:31:59.000Z (over 1 year ago)
- Last Synced: 2025-07-30T11:55:21.565Z (11 months ago)
- Topics: brute-force, dictionary-attack, gui, zip-cracker
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔐 File-Password-Cracker
File Password Cracker is a versatile tool designed to help users crack password-protected files. The tool supports a wide range of file formats, including ZIP, PDF, RAR, 7z, gzip, bzip2, tar, wim, and xz. It provides a user-friendly graphical interface for selecting the target file and the password list, and supports both dictionary and brute-force attacks.
## 🚀 Features
- **Supports multiple file formats**: ZIP, PDF, RAR, 7z, gzip, bzip2, tar, wim, and xz.
- **Dictionary Attack**: Uses a list of potential passwords to find the correct one.
- **Brute Force Attack**: Tries all possible combinations of characters up to a specified length.
- **User-friendly GUI**: Easy to use graphical interface for selecting files and starting the cracking process.
## Input GUI Interface

## After selecting the files

## Password Cracked Notify

## ⚙️ Installation
## Clone the Repository
```bash
git clone https://github.com/whitehatboy005/File-Password-Cracker
cd File-Password-Cracker
```
## Install Dependencies
```bash
pip install -r requirements.txt
```
## Run the Program
```bash
python crack.py
```