I've tested this "tsdec" with success. I recorded some crypted sat feeds with transedit (.ts file ). After that I calculated the c8 and after the CW with CSA. With this CW pasted on cwlfile I have decrypted the .ts video and work! It's very slow (10minuts for 10minuts video) but the result is O ...
来自:http://www.sat-universe.com/showthread.php?t=307112 #!/usr/bin/perl use strict; use warnings; my $num_args = $#ARGV + 1; if ($num_args != 3) { print "\nUsage: getC8.pl file pid payloadsize\n"; print "Set pid to 'all' for all pids.\n"; pr ...