Jump to content

Java RC5 distributed.net Code


linux4eva

Recommended Posts

I'm sure many of you are familiar with the distributed.net project.

http://www.distributed.net

I know virtually nothing about how you would technically go about writing a program like that so I found something simple online. It's in Java and after looking at the code, I can't make heads or tails of it. Can someone give me some pointers? Thanks. :?

http://hewgill.com/rc5/

Direct D/L to the code:

http://hewgill.com/rc5/rc5java.zip

Link to comment
Share on other sites

You're probably going to want to read up on the algorithm itself for a day or two. That stuff is hard to think up and also hard to implement right.

I'm just wondering what your actual intentions are. Nobody in their right minds would use java for a high-performance computing client. A C implementation would run circles around it, and a machine-optimised ASM implementation will do the same around that.

Care to shed some light on the big picture here?

Link to comment
Share on other sites

Distributed Azureus?

That sounds like ... fun....... :roll:

I really wouldn't do any serious distributed computing, or crypto for that matter, in Java. Like cooper said, C would just be so much faster. But hey, its still fun to play around just to understand an algorithm, so Java is great for that.

Link to comment
Share on other sites

So I've been reading about these rainbow tables and started generating my own for md5. Ugh, gonna take awhile. They probably won't be done until tomorrow morning. Anyway, would it be possible to use this same strategy for the RSA encryption used in the contest?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...