Homebrew How can I send you tickets?

The Real Jdbye

*is birb*
Member
Joined
Mar 17, 2010
Messages
23,316
Trophies
4
Location
Space
XP
13,897
Country
Norway
And why don't upload the encTitleKeys? Is it not legit? So it is faster upload one times the dec and the enc
Only the decrypted key can actually be verified as valid, so that's probably why the site requires decrypted keys, which are then verified and encrypted. Though it could do it the other way too, decrypt then verify, but this way invalid/trash keys can be automatically filtered out right away.
 
Last edited by The Real Jdbye,
  • Like
Reactions: Ryccardo

Linkboy007

Well-Known Member
OP
Member
Joined
Jul 24, 2016
Messages
169
Trophies
0
Age
33
XP
255
Country
Gambia, The
Only the decrypted key can actually be verified as valid, so that's probably why the site requires decrypted keys, which are then verified and encrypted. Though it could do it the other way too, decrypt then verify, but this way invalid/trash keys can be automatically filtered out before encrypted.
Makes Sense ^^
 

c4388354

Well-Known Member
Member
Joined
Jan 23, 2015
Messages
142
Trophies
0
XP
623
Country
United States
The site only accepts the decrypted title keys because the site needs them to verify that the Titlekey is good.
Once every few days, the site owner (I assume), downloads the New Decrypted Keys, Encrypts them and updates the site.
(edit: ninja'd)

Press the "Download only titles without encrypted title keys" button on the site to get only the new keys added since last update.
encrypt the downloaded "DecTitleKeys.bin" to "EncTitleKeys.bin" with decrypt9 with the Encrypt Titlekeys (File) option.

You can then use this python 2.7 script below to parse the "EncTitleKeys.bin" file to a readable text file.
(A comma seperates TitleID and Key)
The you can use something like FunKeyCIA to download the CIA using the TitleID and the encrypted key.
Code:
import struct
with open ("encTitleKeys.bin", 'rb') as enc:
    numkeys = struct.unpack("<LLLL", enc.read(0x10))
    with open("encTitleKeys.txt", "w") as out:
        print ("%d EncKeys") % (numkeys[0])
        out.write(str("%d EncKeys\n") % (numkeys[0]))
        for key in range (0, numkeys[0]):
            commonkeyindex = struct.unpack(">L", enc.read(0x04))
            junk = struct.unpack(">L", enc.read(0x04))
            titleid = struct.unpack(">Q", enc.read(0x08))
            enckey = struct.unpack(">QQ", enc.read(0x10))
            print ("%016X,%016X%016X") % (titleid[0], enckey[0], enckey[1])
            out.write(str("%016X,%016X%016X\n") % (titleid[0], enckey[0], enckey[1]))
 
  • Like
Reactions: Linkboy007

Mariosl10

Well-Known Member
Member
Joined
Dec 28, 2015
Messages
153
Trophies
0
XP
250
Country
United States
So I have a little to much money on my 3ds so I thought I help you to get European Tickets ^^ How can I send you them?

Edit:

So when the Keys are encryptet these Games will be avaiable for European Users:

Monster Hunter Generations
Tetris
Sonic and Sega All Stars Racing Transformed
Gunslugs
Gunslugs 2
Mega Man X2
Mega Man X3
more is coming later (: you can write me pm which Game I should buy
Wait do you need cfw for this!
 

cearp

瓜老外
Developer
Joined
May 26, 2008
Messages
8,728
Trophies
2
XP
8,520
Country
Tuvalu
although if you really want to share, maybe get some digitial only games that have not been dumped, i think game carts that can be converted to cia are low priority - but of course, still good to have.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    Inb4 kiiwii gives it a 0/10
  • BigOnYa @ BigOnYa:
    6/10 rating on steam
  • Psionic Roshambo @ Psionic Roshambo:
    I would like a Predator game "Kill Team" it takes place in the Jungle of the first movie, your team is sent to hunt the predator, using current tech drones and a trained team. Set traps use strategy to hunt and trap or kill the predator.
  • BigOnYa @ BigOnYa:
    Ill stick with my Battlefield. Yea a predator hunting game like that would be cool. Esp if you can be Arnold and say "Get to da choppa"
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Maybe Arnold could do a cameo voice acting, he is the one briefing you on the mission
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Honestly surprised they didn't make a tie in game for Predators that movie was awesome
  • Psionic Roshambo @ Psionic Roshambo:
    I was kinda sad the Yakuza guy died sword fighting a predator lol
  • Psionic Roshambo @ Psionic Roshambo:
    The Russian guy went out like a boss
  • Psionic Roshambo @ Psionic Roshambo:
    Double claymores to the face definitely kill a predator lol
  • BigOnYa @ BigOnYa:
    I went today and looked at a motorcycle someone was selling. I get there and the battery on it was dead, so the guy grabbed a battery charger and hooked it up. He plugged it into the wall, and the motorcycle sparked and started smoking. Come to find out the bike uses a 6 volt battery and the guy had the charger set to 12v. I said sorry to the dude and walked away. I felt bad for him tho.
  • Psionic Roshambo @ Psionic Roshambo:
    Sounds like it would be an exciting ride....
  • Psionic Roshambo @ Psionic Roshambo:
    Not sure I would want something on fire between my legs
  • BigOnYa @ BigOnYa:
    He ruined it basically. Sad cause it was a decent old bike. It would take more money to rewire the bike than it was worth tho.
  • Psionic Roshambo @ Psionic Roshambo:
    Yeah I'm sure at minimum the starter was fried
  • Psionic Roshambo @ Psionic Roshambo:
    Alternator and battery
  • BigOnYa @ BigOnYa:
    Prob alot of fried parts. It was still smoking when I left.
  • K3Nv2 @ K3Nv2:
    I would've said show me how it rides
  • Psionic Roshambo @ Psionic Roshambo:
    I always wanted one of those Smart Cars with a Hyabusa motor in it.
  • K3Nv2 @ K3Nv2:
    I'm getting sick and tired of cheap ass baking pans now
  • BigOnYa @ BigOnYa:
    I think it be cool to have one that would fit in my pickup truck bed, then I could put down ramps n drive it off.
  • K3Nv2 @ K3Nv2:
    Used this one 5 times already impossible to clean
  • BigOnYa @ BigOnYa:
    @K3Nv2 I didn't know Sonic serves they food in baking pans.
    BigOnYa @ BigOnYa: @K3Nv2 I didn't know Sonic serves they food in baking pans.