Skip to content

090ebier/Password-Cracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages