LBPUnion / ProjectLighthouse

Project Lighthouse is a clean-room, open-source custom server for LittleBigPlanet.
GNU Affero General Public License v3.0
211 stars 53 forks source link

Identify NpTicket platform based on signature identifier instead of issuer ID #1062

Closed Slendy closed 2 months ago

Slendy commented 2 months ago

RPCN is changing their ticket generator backend to use the same issuer ID as PSN meaning we can no longer use it to easily identify is a ticket is RPCN. Fortunately, the signature section of the ticket in RPCN is constant and we can just check that instead.