OS4 DepotLogo by Alkaron 
(anonymous IP: 3.139.81.58,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Utility » Archive » rarcrack.lha

Rarcrack

Description: Crack encrypted rar/zip/7z archives
Download: rarcrack.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 528kb
Version: 0.2
Date: 16 May 2008
Author: David Zoltan Kedves, Fredrik Wikström (OS4 port)
Submitter: Fredrik Wikström
Email: fredrik/a500 org
Homepage: http://rarcrack.sourceforge.net/
Category: utility/archive
License: GPL
Distribute: yes
Min OS Version: 4.0
FileID: 3679
 
Comments: 1
Snapshots: 0
Videos: 0
Downloads: 398  (Current version)
398  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
Requirements:

Install these into anywhere that's in the command path:

RAR: http://os4depot.net/share/utility/archive/unrar-bin.lha
ZIP: http://os4depot.net/share/utility/archive/unzip-bin.lha
7Z: http://strohmayer.org/sfs/files/p7zip-4.16.lha

I have currently disabled the xml file generation as this causes a crash on
exit for some reason (DSI followed by ISI so not possible to "ignore").

--- original readme ---

RarCrack!

This program licensed under GPL 2.

If you forget your password for compressed archive (rar, 7z, zip), this program
is the solution.
This program uses bruteforce algorithm to find correct password. You can
specify wich characters will be used in password generations.
Warning: Please don't use this program for any illegal things!

Changelog:
--------------------------------------------------
Version 0.2 [this is the latest version]
    * Added multiple cracking threads support
    * Added 7z, zip support
    * Archive file type auto-detection

Version 0.1
    * Inital version (rar cracking working)
--------------------------------------------------

Software requirements:
    * > glibc 2.4
    * any POSIX compatible operating system [sorry Window$ isn't]
    * pthreads
    * libxml2
    * and finally: 7zip, unrar, unzip

Building and installing:

Everything is very easy:
---------------------------------------------------
tar -xjf rarcrack-VERSION.tar.bz2
cd rarcrack-VERSION
#you need gcc or any C compiler (edit Makefile CC=YOUR_C_COMPILER)
make
#you must be root in next step:
make install
---------------------------------------------------


Using RarCrack:
---------------------------------------------------
rarcrack your_encrypted_archive.ext [--threads thread_num] [--type rar|zip|7z]
---------------------------------------------------
Everything in [] are optional, rarcrack default crack two threads and
autodetect the archive type. If the detection wrong you can specify the correct
file type with the type parameter. RarCrack currently crack maximum in 12
threads.

After the cracking started RarCrack will print the current status of cracking
and save it's to a status file. If you want more specific password character
set, you need to run RarCrack to create the XML status file (3 sec).
---------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<rarcrack>
 <abc>0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</abc>
 <current>uU</current>
 <good_password></good_password>
</rarcrack>
---------------------------------------------------
This is a sample XML file, and you see there is a character set. If you want,
you can modify this file and when you start RarCrack again the program will be
use new variables.
Warning: Take care when you changing this file, make sure the current password
don't have characters outside the abc[character set]!



Copyright © 2004-2024 by Björn Hagström All Rights Reserved