Password-Cracker is a desktop application designed to unlock password-protected MS Office and PDF files. It utilizes a password list to attempt to open these files.
- Download a password list from the internet
- Attempt to unlock MS Office (docx, pptx, xlsx) and PDF files using the password list
- Ability to cancel the download and password cracking process
- Display logs of activities
- Python 3.x
- Required packages:
- pikepdf
- msoffcrypto-tool
- PySide6
- requests
- Clone the repository:
git clone https://github.com/090ebier/Password-Cracker.git
cd Password-Cracker
- Install the required packages:
pip install -r requirements.txt
- Run the application:
python Password-Cracker.py