llakssz / CIAngel

Download GOOD CIAs on your 3DS!
189 stars 19 forks source link

Don't show titles that lack an encrypted titlekey #81

Closed DrakiaXYZ closed 8 years ago

DrakiaXYZ commented 8 years ago

Looks like sometimes the titlekey database lacks an encrypted titlekey (Since only decrypted can be submitted, and the admin encrypts them manually, I'm guessing). We should probably filter those out.

TomEke commented 8 years ago

Why not use /json_enc like Shameless uses?

DrakiaXYZ commented 8 years ago

Oh right, I forgot he had that JSON access point, thanks! :+1:

DrakiaXYZ commented 8 years ago

Doesn't look like json_enc is actually working like I thought it would :( I'm seeing Zombie Panic in Wonderland DX in there, which has a null encTitleKey. The main difference seems to be a small size saving in that it doesn't have decTitleKeys in it

DrakiaXYZ commented 8 years ago

85

TomEke commented 8 years ago

Doesn't look like json_enc is actually working like I thought it would :( I'm seeing Zombie Panic in Wonderland DX in there, which has a null encTitleKey.

Oops. Fixed that.