Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 949 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 949 Bytes

Password-Cracker

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.

Features

  • 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

Prerequisites

  • Python 3.x
  • Required packages:
    • pikepdf
    • msoffcrypto-tool
    • PySide6
    • requests

Installation and Usage

  1. Clone the repository:
git clone https://github.com/090ebier/Password-Cracker.git
cd Password-Cracker
  1. Install the required packages:
pip install -r requirements.txt
  1. Run the application:
 python Password-Cracker.py

Preview

Alt text