hubing123
Results
1
comments of
hubing123
let binaryString = "261551"; let buffer = Buffer.from(binaryString, 'binary'); let ticket = buffer.toString('hex'); const decryptionKey = '16a71c423df683e98af58e40c60a6fc8087dc360f977a73c7d138e8d26b99062'; console.log(AppTicket.parseEncryptedAppTicket(ticket, decryptionKey)); the output is null, but the ticket and decryptionKey is right,...