Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Needing noob help 7z Archive

Needing noob help 7z Archive

Scheduled Pinned Locked Moved C / C++ / MFC
helpcsharpc++asp-netvisual-studio
6 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 4159767
    wrote on last edited by
    #1

    I want to build a 7z password brute force cracker. The problem is I have an entire 20 GB worth of backed up data in a 7z file containers and Have failed to find any retail software solution. RAR looks like the only AES encrypted archive type being messed with... So now comes the problem that I dont know jack beans about building software as I am a System Admin and Not a Developer. So I purchased a copy of Visual Studio 2008 Standard for 50 bucks off ebay. I want to make the fastest bit per second app I can that's why I chose C/C++. I would also like it to be made Multi threaded as I hear that Multiple core processors can make great use of these type of apps.. Bear in mind that I have no training in writing code. But I do learn fast so any help wold be appreciated.. **Edit** PS It was locked with symbols in the password but it is not longer then 8 characters in length. Thanx in advanced DarC.

    G N J 3 Replies Last reply
    0
    • U User 4159767

      I want to build a 7z password brute force cracker. The problem is I have an entire 20 GB worth of backed up data in a 7z file containers and Have failed to find any retail software solution. RAR looks like the only AES encrypted archive type being messed with... So now comes the problem that I dont know jack beans about building software as I am a System Admin and Not a Developer. So I purchased a copy of Visual Studio 2008 Standard for 50 bucks off ebay. I want to make the fastest bit per second app I can that's why I chose C/C++. I would also like it to be made Multi threaded as I hear that Multiple core processors can make great use of these type of apps.. Bear in mind that I have no training in writing code. But I do learn fast so any help wold be appreciated.. **Edit** PS It was locked with symbols in the password but it is not longer then 8 characters in length. Thanx in advanced DarC.

      G Offline
      G Offline
      Garth J Lancaster
      wrote on last edited by
      #2

      I was looking for a punch-line .. then figured you were serious. Ok, even if you went to http://www.7-zip.org/[^] downloaded the SDK, and we could show you how to use it, do you not realise you're going to grow very old before you can break the AES256 Bit encryption - you'd need serious computer power to do this brute force ... 'g'

      U 1 Reply Last reply
      0
      • U User 4159767

        I want to build a 7z password brute force cracker. The problem is I have an entire 20 GB worth of backed up data in a 7z file containers and Have failed to find any retail software solution. RAR looks like the only AES encrypted archive type being messed with... So now comes the problem that I dont know jack beans about building software as I am a System Admin and Not a Developer. So I purchased a copy of Visual Studio 2008 Standard for 50 bucks off ebay. I want to make the fastest bit per second app I can that's why I chose C/C++. I would also like it to be made Multi threaded as I hear that Multiple core processors can make great use of these type of apps.. Bear in mind that I have no training in writing code. But I do learn fast so any help wold be appreciated.. **Edit** PS It was locked with symbols in the password but it is not longer then 8 characters in length. Thanx in advanced DarC.

        N Offline
        N Offline
        NeoAks007
        wrote on last edited by
        #3

        Maybe this http://rarcrack.sourceforge.net/[^] could help. As far as coding is concerned 7z implements AES-256 Bit encryption which is very very hard to crack. Even password of length 8 could take months or even several years to crack considering that characters of password are known. Otherwise you might not even get to the desired password in your lifetime. For coding you may generate your own combination of password strings and test them for correct password calling functions of 7z sdk.... :)

        U 1 Reply Last reply
        0
        • G Garth J Lancaster

          I was looking for a punch-line .. then figured you were serious. Ok, even if you went to http://www.7-zip.org/[^] downloaded the SDK, and we could show you how to use it, do you not realise you're going to grow very old before you can break the AES256 Bit encryption - you'd need serious computer power to do this brute force ... 'g'

          U Offline
          U Offline
          User 4159767
          wrote on last edited by
          #4

          I have a duel I7 Extreme with 16gb of ram on a NV Personal Super Computer. And I am looking to do it via cmd line because I will be using Server 2008 Core to break the password... So no external apps will be running at the time I run this... I did take a couple of classes in cryptology about 2 years ago so I know what I ask is an amazing concept for most to comprehend! ~DarC P.S. I have the SDK.

          modified on Saturday, March 14, 2009 2:57 PM

          1 Reply Last reply
          0
          • N NeoAks007

            Maybe this http://rarcrack.sourceforge.net/[^] could help. As far as coding is concerned 7z implements AES-256 Bit encryption which is very very hard to crack. Even password of length 8 could take months or even several years to crack considering that characters of password are known. Otherwise you might not even get to the desired password in your lifetime. For coding you may generate your own combination of password strings and test them for correct password calling functions of 7z sdk.... :)

            U Offline
            U Offline
            User 4159767
            wrote on last edited by
            #5

            I know That's why I am enlisting the help of you guys... I have tried rarcrack on FreeBSD Command interface [No UI Logistics loaded] It completed a 10 password search @ just under a billion passwords per minute. With no result. I asked the person that had packed it at that point about what possible passwords he would use and to my dismay I found he used special symbols in some of his passwords as to make them stronger... So I am stuck looking for help else where... P.S. I do however know that from a Russian website that some people were able to yield incredible results using the Video cards of their particular PC's as auxiliary CPU power. I think they were able to do a fully successful crack of a 12 Char AES Password in about a month worth of processing time.

            1 Reply Last reply
            0
            • U User 4159767

              I want to build a 7z password brute force cracker. The problem is I have an entire 20 GB worth of backed up data in a 7z file containers and Have failed to find any retail software solution. RAR looks like the only AES encrypted archive type being messed with... So now comes the problem that I dont know jack beans about building software as I am a System Admin and Not a Developer. So I purchased a copy of Visual Studio 2008 Standard for 50 bucks off ebay. I want to make the fastest bit per second app I can that's why I chose C/C++. I would also like it to be made Multi threaded as I hear that Multiple core processors can make great use of these type of apps.. Bear in mind that I have no training in writing code. But I do learn fast so any help wold be appreciated.. **Edit** PS It was locked with symbols in the password but it is not longer then 8 characters in length. Thanx in advanced DarC.

              J Offline
              J Offline
              Joe Woodbury
              wrote on last edited by
              #6

              Get the command line version of 7z (from the site) and call it using a dictionary. You may be able to get a password guessing algorithm and dictionaries for other products like word and use that. (The program could actually be quite simple, using ShellExecuteEx() or CreateProcess() to spawn the executable; you monitor the process handle between launches. In theory you could launch several instances at a time, but 7z may lock the file.)

              Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups