PadreDeFamilia

QVIART DUAL : SATELITE 4K ANDROID 9.0 DVB-S2X+DVB-T2+DVB-C+IPTV

Chincheta Autor Tema: TS Offline Decryption  (Leído 26579 veces)

08/06/2010, 19:09 -

TS Offline Decryption

Registrado:
05/04/2008
Gracias:
1276/1708
Mensajes
23694
TS Offline Decryption with MDAPI plugins (Acamd etc.)


Código: [Seleccionar]

Hey there!

I've written three little programs which might be of some use for you and which you can find in a zip archive at

They allow you to decrypt encrypted Transport Stream (TS) recordings (known as Offline Decryption).
Older versions of the package communicated directly with gbox/mbox.
This has now been replaced by communication with MDAPI plugins like
Acamd and vPlug. You can still use it with gbox/mbox by using Acamd (Acamd supports communication with gbox/mbox).

The main purposes of this package are:
1) getting error free decryptions of broadcastings even in cases of critical smartcard latencies (e.g. in case of Sk@ UK).
2) decryption of broadcastings without having access to a cardsharing network: The first program extracts all ECM data from the TS file - you can send it via e-mail (files are not so large) to someone who has access to a cardsharing network + supported MDAPI plugin. This person uses the second program to send the ECM data to the plugin and collect the Control Words to another little file. This file can be sent back to you - and you use it together with the third program to decrypt the encrypted TS file. On an up-to-date PC, it takes about 15 minutes from the end of the encrypted recording to the finished decrypted TS file.

TSOfflineDecryptionPackage.zip
26/06/2010, 17:32 -

Re: TS Offline Decryption

#1
Registrado:
05/04/2008
Gracias:
1276/1708
Mensajes
23694
TS Offline Decryption with MDAPI plugins (Acamd etc.)

Código: [Seleccionar]
Updates:26-06-10

ECMCollector V1.92
- icon added
- minimized to system tray in auto mode

CWCollector V3.02:
- icon added
- minimized to system tray in auto mode
- filter activity is being ignored after collection has finished
- detection of corrupt CWs using their checksums
- collection strategy improved (checking identity with only the last two CWs, ignoring latest CW of the same type (even / odd) as last one, no writing of first received CW if followed by another CW belonging to the same ECM)
- display of received CW corrected

TSDecryptor V1.82:
- icon added
- minimized to system tray in auto mode
- removed unused variable from source
- corrected PCR detection (thanks to ned1986zha)
- changed typo "collection" to "decryption"
- ratio between PES Errors and processed bytes is now used to detect best starting CW pair

TSOfflineDecryptionPackage.zip

16/03/2011, 19:53 -

Re: TS Offline Decryption

#2
Registrado:
05/04/2008
Gracias:
1276/1708
Mensajes
23694
TS Offline Decryption with MDAPI plugins (Acamd etc.)

Important Updates:
(no downward compatibility anymore!):

ECMCollector V1.98
:
- some bug fixes
- code optimizations -> faster now
- removed PCR handling due to new synchronization method in TSDecryptor
- writing both scrambled and unscrambled PES headers
- fixed rewriting of extracted files if located in different folder than specified in TSODP.ini
- now possible to close application during collection

CWCollector V3.08:

- removed PCR handling due to new synchronization method in TSDecryptor
- removing redundant CWs and CW checksums from CWS file after end of collection
-> CWS file less than half in size now
- collection strategy completely rewritten
- now detecting cases in which validation via PES header is not available for individual CWs

TSDecryptor V1.87:

- now synchronizing by validating one PES header per scrambling control with all CWs until matching
- now supporting in-between unencrypted parts of source TS file
- CW change algorithm now based on scrambling control instead of ECMs
- code optimizations -> may be faster now
- due to synchronization reasons, the decrypted file will not include the data of the first one or two CW(s) (usually between 8 and 20 seconds)
- ECM PID filtering fixed
- latency (in ms) between scrambling control change and CW change now defined in TSODP.ini, section TSDecryptor; leave this value at 200 unless you experience PES errors; if set to 0, TSDecryptor will use half of the time of one scrambling control interval
- file selection bug fixed
- now displaying newly set CWs
- now possible to close application during decryption

Thx Knowbody



  down1  TSOfflineDecryptionPackage.ZIP
17/03/2011, 19:08 -

Re: TS Offline Decryption

#3
Registrado:
05/04/2008
Gracias:
1276/1708
Mensajes
23694
TS Offline Decryption with MDAPI plugins (Acamd etc.)

Updates (17-03-2011):

ECMCollector V1.99:

- fixed writing PES header only after scrambling control change

CWCollector V3.09:
- fixed detection of number of different ECMs per table ID
- checking for identical CWs
- fixed crash in case first received CW was invalid as to PESH file

Thx Knowbody


  down1  TSOfflineDecryptionPackage(1).ZIP
22/03/2011, 19:05 -

Re: TS Offline Decryption

#4
Registrado:
05/04/2008
Gracias:
1276/1708
Mensajes
23694
Updates (22-03-2011)

ECMCollector V1.991:

- small code optimization

CWCollector V3.10:
- small bug fixes
- now writing ECM information to CWS file to allow TSDecryptor more reliable synchronization
- fixed bug of .CWS and .CWStemp file if CW collection was continued in a new CWCollector session
- number of maximum retries can now be defined in TSODP.ini, section CWCollector, variable MaxRetries (if set to 0, CWCollector will perform retries until correct CWs are received; if set to >0, the current ECM will be skipped if the maximum number of retries has been reached)

TSDecryptor V1.88:

- now using ECM information from CWS file for more reliable synchronization
- latency (in ms) in TSODP.ini, section TSDecryptor now refers to the latency between ECM change and CW change; leave this value at 200 u**ess you experience PES errors; if set to 0, TSDecryptor will use half of the time it takes from ECM change to scrambling control change

Thx Knowbody



  down1  TSOfflineDecryptionPackage.ZIP
23/03/2011, 14:24 -

Re: TS Offline Decryption

#5
Registrado:
05/04/2008
Gracias:
1276/1708
Mensajes
23694
Updates: 23.03.2011

CWCollector V3.11:

- fixed handling of ECM files which include only 1 ECM

TSDecryptor V1.89:

- improved output to ErrorLog.TXT
- fixed deleting source files if a non-PES-related error occured
- now supports decryption of TS files if CWs from only 1 ECM available in CWS file


  down1  TSOfflineDecryptionPackage.ZIP
21/05/2011, 19:33 -

Re: Descifrado Desconectado TS.

#6
Registrado:
21/05/2011
Gracias:
0/0
Mensajes
1
por favor ayuda, constantemente, lo que parece............no incluye los paquetes de ECM.ECM colección no se realiza.
21/05/2011, 21:42 -

Re: TS Offline Decryption

#7
Registrado:
17/01/2008
Gracias:
6895/13258
Mensajes
104833
por favor ayuda, constantemente, parece ............ no incluye los paquetes de ECM. ECM de recogida no se realiza
Deberias empezar por aquí:

http://www.forokeys.com/foro/test-para-nuevos-usuarios/post-para-los-comi-despistadoscomi/

te vendrá bien para el manejo del foro.
Un Saludo y te esperamos en tu PRESENTACION.
26/08/2011, 01:07 -

Re: Descifrado Desconectado TS.

#8
Registrado:
26/08/2011
Gracias:
0/0
Mensajes
2
Hola a todos.He utilizado con éxito este paquete, pero ahora me da un problema.Todos los archivos que desea descifrar, CW Collector escribirme: P no ESH archivo encontrado.
 
 ¿Qué es el archivo PESH? ¿Cómo se puede encontrar esto? .

QVIART DUAL : SATELITE 4K ANDROID 9.0 DVB-S2X+DVB-T2+DVB-C+IPTV

 



PadreDeFamilia
!! ADVERTENCIAS !!: Las informaciones aquí publicadas NO CONTIENEN KEYS para la decodificación de ningún sistema: NO SON OPERATIVOS en sistemas SAT que precisen de su correspondiente suscripción. ESTA TOTALMENTE PROHIBIDO EL USO DE ESTAS INFORMACIONES PARA LA MODIFICACIÓN O DEFRAUDACIÓN DE SISTEMAS DE ACCESO CONDICIONAL. EN ESTOS FOROS NO SE PERMITE LA PUBLICACIÓN DE INFORMACIONES ILEGALES POR PARTE DE LOS USUARIOS. EN CASO DE DETECTARSE ESTE TIPO DE INFORMACIONES, LOS USUARIOS SERÁN EXCLUIDOS DE ESTAS PÁGINAS.
PROHIBIDA LA PUBLICACIÓN DE ENLACES A FIRMWARES ILEGALES
LOS FOROS NO SON MONITORIZADOS DE MANERA CONSTANTE, CUALQUIER INFORMACIÓN QUE PUEDAS CONSIDERAR ILEGAL REPORTALA A LA ADMINISTACIÓN DEL FORO