Entradas

Mostrando entradas de febrero, 2025

Abema.tv dash license key final

 <?php // https://abema.tv/video/episode/90-1222_s1_p2 $license = '{     "keys": [         {             "kty": "oct",             "k": "DcQj6t1NsGzp5cvCTVePQkDAiM7JG2PP3im8iQmGpf24.MsJLphYekRoUBxL2vVmLaa5.4cd9f88c1b929d0a7d5c3c9c3731eb9d",             "kid": "cBGTQj_kRk2Ulhin7ubgAQ"         }     ],     "type": "temporary" }'; $license = json_Decode($license); $kenc  = explode(".",$license->keys[0]->k); $kenc1 = $kenc[0]; $kenc2 = substr($kenc[1],0,-1); $kiv   = pack("H*",$kenc[2]); $kid = $license->keys[0]->kid; $deviceid = "AF6qx1eHXU3RZZ"; function bcdechex($dec) { $hex = ""; do {     $last = bcmod($dec, 16); $hex = dechex($last).$hex; $dec = bcdiv(bcsub($dec, $last), 16); } while($dec>0); return $hex; } function b58decode($k)  { $alphabet...