Homebrew How can I send you tickets?

The Real Jdbye

*is birb*
Member
Joined
Mar 17, 2010
Messages
23,330
Trophies
4
Location
Space
XP
13,905
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,534
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
  • No one is chatting at the moment.
  • K3Nv2 @ K3Nv2:
    I'll reformat and have a 3tb raid0 m. 2 at least
    +1
  • K3Nv2 @ K3Nv2:
    Lmao that sold out fast
    +1
  • Veho @ Veho:
    Yeet the cat.
    +1
  • K3Nv2 @ K3Nv2:
    Good idea
    +1
  • The Real Jdbye @ The Real Jdbye:
    i thought everybody knew cocktails are like 75% ice
  • Veho @ Veho:
    Yeah but not like this.
  • Veho @ Veho:
    It's not like they're complaining that their Slurpee is 99% ice or something, but if the cocktail calls for "shot of vodka, shot of vermouth, shot of gin, shot of Campari, three shots of juice, squirt of lemon" and ends up being a thimbleful of booze, that's a problem.
  • The Real Jdbye @ The Real Jdbye:
    the funny thing is cocktails in norway are only allowed to have 1 20ml shot of booze
  • The Real Jdbye @ The Real Jdbye:
    so..... yeah
  • The Real Jdbye @ The Real Jdbye:
    we're used to only having a thimbleful of booze
  • Veho @ Veho:
    Booo.
  • The Real Jdbye @ The Real Jdbye:
    same thing if you want whisky on the rocks or something, you can't get a double
  • The Real Jdbye @ The Real Jdbye:
    but you could buy as many shots of whisky (or anything else) as you want and ask for a glass of ice and pour them in
  • The Real Jdbye @ The Real Jdbye:
    it's dumb
  • Veho @ Veho:
    Maybe.
  • Veho @ Veho:
    There was a comparison of the number of Ibuprofen poisonings before and after they limited the maximum dosage per box or per pill (i'll look that up). No limit on the number of boxes you can still buy as many as you want, so people argued it was pointless.
  • Veho @ Veho:
    But the number of (accidental) poisonings dropped because drinking an entire package of ibuprofen pills went from "I need a new liver" to "I need a new box of Ibuprofen".
  • Veho @ Veho:
    Here we have ketoprofen that used to be prescription-only because of the risk of toxic dosages, but then they halved the dose per pill and sell them in bottles of six pills apiece instead of twenty and it doesn't need a prescription any more. Yes you can buy more than one bottle but people simply don't.
  • Psionic Roshambo @ Psionic Roshambo:
    Usually accidentally overdose of ibuprofen here is from people taking like cold medicine then ibuprofen for a headache and the combination is over what they need
    Veho @ Veho: https://imgur.com/gallery/QQkYnQu