@spdl/unplayplay
v1.0.9
Published
Playplay key decryptor
Readme
@spdl/unplayplay
Maintained fork of unplayplay library.
Usage
import unplayplay from "@spdl/unplayplay";
const token = unplayplay.token;
// example values
const obfuscatedKey = Buffer.from("01", "hex");
const fileId = Buffer.from("01", "hex");
// returns a buffer
const result = unplayplay.deobfuscateKey(fileId, obfuscatedKey);version: 2
PlayPlay key decryptor. Originally based on https://github.com/baltitenger/spsync/blob/master/ppdecrypt.cc.
Credits
Original contributors: uh wot, suischan and es3n1n
Fork maintained by PwLDev. Made for the spdl library.
Thanks for using this library!
