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: about 1 month 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T14:13:57.000Z (10 months ago)
- Last Synced: 2025-02-09T05:27:17.356Z (3 months ago)
- Topics: brute-force, dictionary-attack, gui, zip-cracker
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 7
- 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
```