Does the term "distributed workload" refer to multiple computers working in unison on the same task? <br><br>Because i would think that if trying to crack passwords that multiple systems (perhaps a computer lab) would be the way to go.<br>
<br>If that's what it means then, i would like to know of any programs that use distributed workloads other than cracking software. And even some info on how people program code to do that. Is it some sort of P2P software?<br>
<br>I know awhile back there were some researchers using peoples screensavers to do cancer research...<br><br>-Andrew<br><br><div class="gmail_quote">On Mon, Oct 5, 2009 at 8:14 PM, Neal McBurnett <span dir="ltr"><<a href="mailto:neal@bcn.boulder.co.us">neal@bcn.boulder.co.us</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><a href="http://pdfcrack.sourceforge.net/faq.html" target="_blank">http://pdfcrack.sourceforge.net/faq.html</a> says it can be done:<br>
<br>
----<br>
Does PDFCrack support distributed and/or multicore/multicpu-systems?<br>
<br>
Not yet. The project is open for contributions! ;)<br>
Distributed workloads can be done by some clever working with the<br>
save-files though but I have not tried it.<br>
----<br>
<br>
I don't know what it means about save-files, but I suggest looking into it.<br>
<div class="im"><br>
Neal McBurnett <a href="http://neal.mcburnett.org/" target="_blank">http://neal.mcburnett.org/</a><br>
<br>
</div><div><div></div><div class="h5">On Mon, Oct 05, 2009 at 08:30:35PM -0400, Ringo wrote:<br>
> -----BEGIN PGP SIGNED MESSAGE-----<br>
> Hash: SHA1<br>
><br>
> I'm actually using pdfcrack, so I'm not technically breaking a hash.<br>
> Unfortunately, it only seems to do one thread at a time. I suppose I<br>
> could have one instance working on an x character password and one<br>
> instance working on an x+1 character password but that would require<br>
> some monitoring.<br>
><br>
> It's the only pdf cracking utlility I've found but if people know of<br>
> others I'd be thrilled to try them.<br>
><br>
> Ringo<br>
><br>
> Ryan Maki wrote:<br>
> > Additionally, serious password cracking software might also be able to<br>
> > utilize your graphics card, depending on make and model.~Ryan<br>
> ><br>
> > On Mon, Oct 5, 2009 at 4:30 PM, Neal McBurnett <<a href="mailto:neal@bcn.boulder.co.us">neal@bcn.boulder.co.us</a>>wrote:<br>
> ><br>
> >> I'd be surprised if good cracking applications didn't already have an<br>
> >> option to do multi-threading to use all your cores. What software are<br>
> >> you using?<br>
> >><br>
> >> -Neal<br>
> >><br>
> >> On Sat, Oct 03, 2009 at 06:51:37PM -0400, Ringo wrote:<br>
> > Thanks for all of the great responses! Looks like for now I'll be<br>
> > sticking to just one core for cracking. Recovering this password<br>
> > unfortunately isn't enough of a justification for me to go in and hack<br>
> > the source.<br>
> ><br>
> > Ringo<br>
> ><br>
> > NICK VERBECK wrote:<br>
> >>>>> If you wrote the program yourself or have access to the source. You<br>
> >>>>> could extend it to use Threads. However with threads you can truly<br>
> >>>>> only fire-up as many threads as you have cores. Each thread will use a<br>
> >>>>> separate core to run in, but once you get 2 threads in the same core<br>
> >>>>> you will start context switching between each thread in that core<br>
> >>>>> slowing down the actual speed of those 2 threads.<br>
> >>>>><br>
> >>>>> On Sat, Oct 3, 2009 at 8:31 AM, Neal McBurnett <<a href="mailto:neal@bcn.boulder.co.us">neal@bcn.boulder.co.us</a>><br>
> >>> wrote:<br>
> >>>>>> In general, the problem you identify is one of the most daunting<br>
> >>>>>> issues facing computer science. It is getting much harder to speed up<br>
> >>>>>> individual processors, so the way to give people more power is to give<br>
> >>>>>> them more cores. But we often can't find a suitable way to take<br>
> >>>>>> advantage of them to solve a given problem....<br>
> >>>>>><br>
> >>>>>> <a href="http://en.wikipedia.org/wiki/Parallel_computing" target="_blank">http://en.wikipedia.org/wiki/Parallel_computing</a><br>
> >>>>>><br>
> >>>>>> It all depends on exactly what you want to do. You are in luck<br>
> >>>>>> because recovering a password is easily done in parallel, as James<br>
> >>>>>> notes. But many other interesting tasks can't be easily parallelized.<br>
> >>>>>><br>
> >>>>>> Neal McBurnett <a href="http://neal.mcburnett.org/" target="_blank">http://neal.mcburnett.org/</a><br>
> >>>>>><br>
> >>>>>> On Sat, Oct 03, 2009 at 07:35:00AM -0600, James Wyatt wrote:<br>
> >>>>>>> Assuming both instances can work on different hashes you could run<br>
> >>> your<br>
> >>>>>>> app twice and assign processor affinity to each process.<br>
> >>>>>>><br>
> >>>>>>> <a href="http://www.linuxjournal.com/article/6799" target="_blank">http://www.linuxjournal.com/article/6799</a><br>
> >>>>>>><br>
> >>>>>>><br>
> >>>>>>> You could do something with erlang if you wanted to do it with style,<br>
> >>>>>>> but that would certainly be overkill.<br>
> >>>>>>><br>
> >>>>>>> Jim<br>
> >>>>>>><br>
> >>>>>>><br>
> >>>>>>><br>
> >>>>>>> On Sat, Oct 3, 2009 at 1:31 AM, Ringo <<a href="mailto:2600denver@gmail.com">2600denver@gmail.com</a>> wrote:<br>
> >>>>>>><br>
> >>>>> Hey Ubuntu experts,<br>
> >>>>><br>
> >>>>> I've got an intel dual-core processor which Ubuntu (intrepid) runs<br>
> >>> great<br>
> >>>>> on. It will fully utilize both cores if I've got lots of programs<br>
> >>>>> running but each program is confined to only one core.<br>
> >>>>><br>
> >>>>> I've looked around online to find out how to make a program use both<br>
> >>>>> cores, but I can't find any advice on this outside of the convoluted<br>
> >>>>> process of running a program inside a virtual machine. I'm trying to<br>
> >>>>> recover a password from a hash and one core is at 100% while the other<br>
> >>>>> is around 3% usage.<br>
> >>>>><br>
> >>>>> Any ideas?<br>
> >>>>><br>
> >>>>> Thanks,<br>
> >>>>> Ringo<br>
> >>>>><br>
> >>><br>
> - --<br>
> Ubuntu-us-co mailing list<br>
> <a href="mailto:Ubuntu-us-co@lists.ubuntu.com">Ubuntu-us-co@lists.ubuntu.com</a><br>
> Modify settings or unsubscribe at:<br>
> >> <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-co" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-co</a><br>
> >><br>
> >> --<br>
> >> Ubuntu-us-co mailing list<br>
> >> <a href="mailto:Ubuntu-us-co@lists.ubuntu.com">Ubuntu-us-co@lists.ubuntu.com</a><br>
> >> Modify settings or unsubscribe at:<br>
> >> <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-co" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-co</a><br>
> >><br>
><br>
> -----BEGIN PGP SIGNATURE-----<br>
> Version: GnuPG v1.4.9 (GNU/Linux)<br>
><br>
> iEYEARECAAYFAkrKj5sACgkQETpif9i/srqEmACeJA9wsfFvjyOSKo+r2ovFAM97<br>
> YEoAnj71drdqAAqGkwaanyMhfiQppvmv<br>
> =YtVt<br>
> -----END PGP SIGNATURE-----<br>
><br>
> --<br>
> Ubuntu-us-co mailing list<br>
> <a href="mailto:Ubuntu-us-co@lists.ubuntu.com">Ubuntu-us-co@lists.ubuntu.com</a><br>
> Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-co" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-co</a><br>
<br>
</div></div>--<br>
<div><div></div><div class="h5">Ubuntu-us-co mailing list<br>
<a href="mailto:Ubuntu-us-co@lists.ubuntu.com">Ubuntu-us-co@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-co" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-co</a><br>
</div></div></blockquote></div><br>