Gabrielle
She/Her - Be who you wanna be
Hello,
Habbo use(s/d) a banner (later supersecret) for their encryption. Essentially, the prime+generator is hidden in the image as data using steganography. I know capostrike made a script to read the banner from Habbo and get the right prime+generator.
The issue though is, Habbo's old banner obviously doesn't exist and even the link to their supersecret doesn't work anymore. And using the script and the banner.png I got from the SWF pack, I don't get correct data.
I assume the banner.png is basically useless, since the token that was used to save the banner.png is unknown (unless for some reason it's unused which I highly doubt).
I was looking at this:
Where the banner is decoded and stuff, but I'm not sure how to create a working image with a prime+generator encoded into it. I tried using capostrike's banner.php the client doesn't even work.
I hope somebody would be willing to help me get through the banner stuff so I don't have to modify the SWF to either change how the banner is decoded or change how the prime+generator are retrieved.
Habbo use(s/d) a banner (later supersecret) for their encryption. Essentially, the prime+generator is hidden in the image as data using steganography. I know capostrike made a script to read the banner from Habbo and get the right prime+generator.
The issue though is, Habbo's old banner obviously doesn't exist and even the link to their supersecret doesn't work anymore. And using the script and the banner.png I got from the SWF pack, I don't get correct data.
I assume the banner.png is basically useless, since the token that was used to save the banner.png is unknown (unless for some reason it's unused which I highly doubt).
I was looking at this:
RELEASE39-22643-22891-200911110035_07c3a2a30713fd5bea8a8caf07e33438/HabboCommunicationDemo.as at cf5e02e174440a171426f9a73aa5a1fb02c2ee09 · ntuative/RELEASE39-22643-22891-200911110035_07c3a2a30713fd5bea8a8caf07e33438
Contribute to ntuative/RELEASE39-22643-22891-200911110035_07c3a2a30713fd5bea8a8caf07e33438 development by creating an account on GitHub.
github.com
Where the banner is decoded and stuff, but I'm not sure how to create a working image with a prime+generator encoded into it. I tried using capostrike's banner.php the client doesn't even work.
I hope somebody would be willing to help me get through the banner stuff so I don't have to modify the SWF to either change how the banner is decoded or change how the prime+generator are retrieved.