• Welcome to Smashboards, the world's largest Super Smash Brothers community! Over 250,000 Smash Bros. fans from around the world have come to discuss these great games in over 19 million posts!

    You are currently viewing our boards as a visitor. Click here to sign up right now and start on your path in the Smash community!

Recent content by GTCoder

  1. G

    SSBB Snapshot files. We need to crack em!

    Do you, or anyone, happen to know why? I don't know the details of AES like I should, to know why the bytes might be different. :(
  2. G

    SSBB Snapshot files. We need to crack em!

    Just a note: The guy who helped me decrypt the .bin files acted like he had an additional 16 bytes before the stuff that bindecrypt and any other decryptors produce. I'm not sure if that was just the key, or the encoded key, or what, but I should probably try to check with him some time if I can.
  3. G

    SSBB Snapshot files. We need to crack em!

    This is my final word on AES code: =P http://fp.gladman.plus.com/cryptography_technology/rijndael/index.htm That page has a sample AES encryptor/decryptor. I just used the code, modified to use the right key (plus a bit of messing with the code to scramble the key or whatever to make it...
  4. G

    SSBB Snapshot files. We need to crack em!

    I've been getting lots of PMs. The program's available for Linux and Windows. If anyone wants to do another version of bindecrypt, they can; I'm not sure if I will be able to compile a Mac version. Apparently Xane and others know the SD key and how to do decryption/encryption, so they're...
  5. G

    SSBB Snapshot files. We need to crack em!

    Oh, it's no problem. I was just curious who else had come up with encryption stuff. I guess they're keeping their source as well. >.> And FYI, DeLZSS and StageSplit aren't my tools. I think Heinermann made them.
  6. G

    SSBB Snapshot files. We need to crack em!

    Is there an online encryptor available, then? Or is it only for private use?
  7. G

    SSBB Snapshot files. We need to crack em!

    How/who did reencryption? Can you post the source? A ton of Mac people have been asking me for the decryptor source, and it sounds like this is the last thing before my stuff becomes obsolete because everyone else has done it. :P
  8. G

    SSBB Snapshot files. We need to crack em!

    Unholy cow, Gary. That libgd library looks awesome. If it works, maybe I can do away with the huge opencv DLLs in my GUI!
  9. G

    SSBB Snapshot files. We need to crack em!

    I've been meaning to do that, but I got distracted with, like, Brawl, and life, and stuff. <.< Two tests Wednesday, which hopefully I will not fail if I can prevent myself from Brawling too much. Then maybe Wednesday night or Thursday I can try a re-encryptor.
  10. G

    SSBB Snapshot files. We need to crack em!

    Yep, he's definitely given credit, and people making better versions is what happens when you release source code. He can add whatever features he wants (hope he doesn't mind if I steal some) but it looks (I haven't tried his tool) like his is mainly a single-screenshot editing/viewing tool...
  11. G

    SSBB Snapshot files. We need to crack em!

    I think he started before realizing that (I'd mentioned it) I was making a GUI. But hey, competition is supposed to make things better and stuff. :) Mine was mainly aimed at GUI batch image conversion with resize, though I may add more features if anyone requests them (easy to do image...
  12. G

    SSBB Snapshot files. We need to crack em!

    I should steal the option to export to PNG. ^^ I'm still jealous of your small file size. If you distributed the right bindecrypt (redownload from my page), you wouldn't even need the huge cygwin1.dll. I didn't even know Delphi was still around. *mutters about C image libraries*
  13. G

    SSBB Snapshot files. We need to crack em!

    News looks changed to me... Hit ctrl-f5?
  14. G

    SSBB Snapshot files. We need to crack em!

    I finally posted a GUI version of my snapshot converter. I'm tired and spent FOREVER trying to find a JPEG image library, with resize or whatever, that I could statically link against instead of including HUGE DLLs. I ended up just including the OpenCV DLL's since they were smaller than...
  15. G

    SSBB Snapshot files. We need to crack em!

    :( People beat me to everything. What did you use to do image conversion? My program is also stupid and only opens .bin's. :P I could post it but I haven't finished the image conversion (I want to do static linking with ImageMagick but haven't figured that out yet).
Top Bottom