This is the OLD Rival Rebels forum (Locked). To go to the NEW Forum please click here.

Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Orchface
  • #19876
    Orchface Profile Avatar
    Orchface
    29
    Reputation
    0
    Credits
    41 posts

    Welcome back unamix! It’s been a while since I’ve been on RR as well, good too see you again!

    OrchfaceImage result for nuclear mushroom cloud

    #19817
    Orchface Profile Avatar
    Orchface
    29
    Reputation
    0
    Credits
    41 posts

    This monster of a block is what my algorithm calculated to be a collision to one of your hashes:

    d131dd02c5e6eec4693d9a0698aff95c2fcab50712467eab4004583eb8fb7f8955ad340609f4b30283e4888325f1415a085125e8f7cdc99fd91dbd7280373c5bd8823e3156348f5bae6dacd436c919c6dd53e23487da03fd02396306d248cda0e99f33420f577ee8ce54b67080280d1ec69821bcb6a8839396f965ab6ff72a7007a27ff6b2569f6939388a6bcb12896ce1d08a08076b45ec8ee775f02433f99e0adc842d60369320df30ad784b2e35dd6c919c634dcad6eab5f8436513e3288db5c373082fdbd19df99cdc7f8e521580a514175238884e38203b4f906043da5598f7bf8be3854004bae76421785bacf2c59ffa8960a9d3964cee6e5c20dd131c

    Note that this is purely a hypothetical calculated value, and not a string (so even if MC’s text input allowed 512 characters, this raw block wouldn’t work).
    Essentially, this block represents data, not characters. There is no way to get this block into a usable form to test in Java (hex to string will not work properly due to data loss conversions). But when put through your encrypt() method, the raw data represented by this block will result in a matching hash with one of the eight passwords.

    This block took several minutes to calculate, so there could theoretically be longer strings that collide with your passwords. For time purposes, my algorithm stops at collisions that are greater than 512 characters in length.

    I just tested all 8 passwords in RR singleplayer and they work :)
    (That representative disk makes a killer light show!)

    OrchfaceImage result for nuclear mushroom cloud

    #19813
    Orchface Profile Avatar
    Orchface
    29
    Reputation
    0
    Credits
    41 posts

    I used Java to reverse that pesky getString() method, but I used C++ to perform the chain algorithm. I chose C++ for exactly the reason you said; Java doesn’t support unsigned bytes or integers. Basically, I had a Java program perform all of the basic logic to extract possible combinations of hashes, then I used a C program to attempt to crack the hashes.

    <span style=”-webkit-tap-highlight-color: rgba(0, 0, 0, 0);”>The collisions I found were all lowercase alphabetic strings, except for one. I calculated 8 unique alphabetic strings that sound like passwords. However, I found that one of the hashes has a collision with a 512-character Hex block, but I doubt you would use that as a password.</span>

    Good to see you too, Rodol!

    OrchfaceImage result for nuclear mushroom cloud

    #19806
    Orchface Profile Avatar
    Orchface
    29
    Reputation
    0
    Credits
    41 posts

    This is quickly diverging from the topic at hand. I wish to discuss MD5 hashes, not debate whether a two-letter abbreviation is profanity.

    OrchfaceImage result for nuclear mushroom cloud

    #19804
    Orchface Profile Avatar
    Orchface
    29
    Reputation
    0
    Credits
    41 posts

    The title is true…

    My algorithm can crack almost any hash that belongs to an alphanumeric string less than 15 characters.

    Waiting for Rodol to see this, because he doubted the efficacy of my cracking algorithm a few years back…
    I want to see his reaction when I tell him all of his ‘secret’ passwords :)

    Please don’t snip.

    OrchfaceImage result for nuclear mushroom cloud

    #19711
    Orchface Profile Avatar
    Orchface
    29
    Reputation
    0
    Credits
    41 posts

    Hey guys, do any of you remember me?

     

    OrchfaceImage result for nuclear mushroom cloud

    #16450
    Orchface Profile Avatar
    Orchface
    29
    Reputation
    0
    Credits
    41 posts

    I opened the creative menu and dropped it straight into the hopper. I never put it into my hotbar or inventory.

    OrchfaceImage result for nuclear mushroom cloud

    #16445
    Orchface Profile Avatar
    Orchface
    29
    Reputation
    0
    Credits
    41 posts

    Titancon, my computer is fine; RR is the only mod I have installed at the moment. This is definitely a problem with the mod. Tried it on both my Mac and my PC and get the same bug. The log says NullPointerException. Probably the Chip by itself isn’t recognized as an instantiated object. Might look through rodol’s code later on.

    OrchfaceImage result for nuclear mushroom cloud

    #16346
    Orchface Profile Avatar
    Orchface
    29
    Reputation
    0
    Credits
    41 posts

    Wow. I thought I was first :\

    OrchfaceImage result for nuclear mushroom cloud

    #16344
    Orchface Profile Avatar
    Orchface
    29
    Reputation
    0
    Credits
    41 posts

    So this is the first time this has happened?

    OrchfaceImage result for nuclear mushroom cloud

    #16336
    Orchface Profile Avatar
    Orchface
    29
    Reputation
    0
    Credits
    41 posts

    Thanks, I’ll keep that in mind.

     

    Btw, code red what’s your username?

    OrchfaceImage result for nuclear mushroom cloud

    #16323
    Orchface Profile Avatar
    Orchface
    29
    Reputation
    0
    Credits
    41 posts

    I miss RR so much :\

    OrchfaceImage result for nuclear mushroom cloud

    #16311
    Orchface Profile Avatar
    Orchface
    29
    Reputation
    0
    Credits
    41 posts

    I love playing this to the whole server and seeing players’ reactions.

    OrchfaceImage result for nuclear mushroom cloud

  • Orchface
Viewing 13 posts - 1 through 13 (of 13 total)