Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7002501
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:56:12+00:00 2026-05-27T20:56:12+00:00

How can I make bruteforce password recovery software in delphi using with parallel computing

  • 0

How can I make bruteforce password recovery software in delphi using with parallel computing technologies for md5 Algorithms!

Can someone tell me some advise?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T20:56:12+00:00Added an answer on May 27, 2026 at 8:56 pm

    Parallel computing makes sense in today’s day and age due to most of our CPUs having multiple cores.

    However, your performance is not a one to one relationship with the number of threads. You’ll most likely want just one or two threads per core.

    You can use TThread class to create multiple threads in Delphi.

    Indy has a MD5 hash function in the IdHashMessageDigest unit.

    Make sure that you know the exact algorithm, including the use of any salt, before you attempt to reverse an MD5 hash through brute force.

    If there was no salt used, I think there are probably rainbow tables available for MD5 on the web already, where you can just do a search.

    You’ll most likely want to try a dictionary attack prior to trying every possibility. There are many dictionaries available for download on the Internet, easily found on Google.

    With more specific questions, we can give more specific answers.

    Edit

    To create a grid computing system, whereby you distribute the work to many computers, you’ll need a central management server that doles out pieces of the work to the other computers. If the results aren’t returned within a certain time threshold, then you put it back in the queue.

    You’ll need to build a simple framework where you can pass in a few parameters that represent a work load to each client, upon request. Perhaps it’s a range of values to try.

    The client should contact the server to receive a piece of work, and it always report back when it has finished the work, or perhaps immediately if it makes a hit.

    If you have enough computers, consider each client building a local rainbow table for each possible salt, utilizing the storage from each client.

    Example of work queue

    Here’s an example of a piece of work that would be sent as a parameter, and most likely stored in a database.

    You want to attack the hash SLDFJIJ44adsf.

    Here are the tables:

    Hashes
    ----------------------------
    TargetHash      Answer
    ----------------------------
    SLDFJIJ44adsf   NULL   
    
    Work
    ----------------------------
    TargetHash      Type        RangeBegin      RangeEnd    DateAssigned
    ----------------------------
    SLDFJIJ44adsf   Dictionary  aardvark        beaver      2011-12-16
    SLDFJIJ44adsf   Dictionary  beavis          zoology     2011-12-16
    SLDFJIJ44adsf   Brute       aaaa            ZZZZ        2011-12-16
    SLDFJIJ44adsf   Brute       aaaaa           MZZZZ       2011-12-16
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can someone tell me how I can make a table be 100% height in
Can someone tell me how I can make the following output? I have a
I am designing a password recovery program, and I want to make it right/modular
I can make a DAO recordset in VB6/Access do anything - add data, clean
I can make Firefox not display the ugly dotted focus outlines on links with
How can make a link within a facebox window that redirects it to another
I can make a single row IKImageBrowserView by setting the [imageBrowser setContentResizingMask:NSViewWidthSizable]; but in
In C# you can make a block inside of a method that is not
so that you can make your program concurrent easily in the future.
I know that I can make a setter that checks to see if a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.