https://github.com/ionic-typing/rar-password-retriever
Password retriever of RAR files
https://github.com/ionic-typing/rar-password-retriever
Last synced: 2 days ago
JSON representation
Password retriever of RAR files
- Host: GitHub
- URL: https://github.com/ionic-typing/rar-password-retriever
- Owner: ionic-typing
- Created: 2024-07-26T13:10:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T13:10:20.000Z (almost 2 years ago)
- Last Synced: 2026-04-01T10:37:27.396Z (4 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RAR Password Retriever
Retriever password of RAR file
## Features
- Select a RAR file and retrieve its password using multiple threading.
- Options to choose password criteria (Numeric, Alphabet, Space).
- Specify password length range.
- Cancel button to stop password retrieval process.
- Display tried passwords and show the found password in a new window.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/RdwnBut/Retriever-RAR
cd Retriever-RAR
## Usage
1. Run cmd
2. Copy and paste
```bash
py main.py
3. Select a RAR file using the "Browse" button.
4. Choose password options and specify the password length range.
5. Click on "Retrieve Password" to start the retrieval process.
6. Monitor the tried passwords in the text area.
5. Click "Cancel" to stop the retrieval process.
6. When the password is found, a new window will display the found password.