------
This plug-in decrypts the crypted words from the incoming ECM stream and much more!
INSTALL
-------
Decompress the ZIP file in the root (or plugins) folder of your TV application, in example "C:\DVB-APP\".
The installed files should look like:
C:\DVB-APP\Plugins\vPlug.dll
C:\DVB-APP\Plugins\vplug.ini
C:\DVB-APP\Plugins\rsakeylist
C:\DVB-APP\Plugins\v_emm.ini
C:\DVB-APP\Plugins\v_dcw_sharing.ini
C:\DVB-APP\Plugins\sqlite.mdl
C:\DVB-APP\Plugins\CSA\*csa*.mdl
C:\DVB-APP\Plugins\AUBins\*.bin
C:\DVB-APP\Plugins\vHelper.mdl
C:\DVB-APP\Plugins\lang\*.lng
vPlug has been tested with:
MD-API based programs:
- ProgDVB (installation dir = Root or Plugins folder of the app.)
http://www.progdvb.com/
- ALT-DVB (installation dir = Plugins folder of the app.)
http://www.altdvb.ro/
- HispaDVB (installation dir = Plugins folder of the app. + CSA.DLL for Budget cards in the modules folder)
http://www.hispadvb.com
- TSReader (installation dir = MDPlugins folder of the app. + CSA.DLL or FFDecsa_64_MMX.dll in the root folder)
http://www.coolstf.com/tsreader/
- DVB Dream (installation dir = Plugins\pip00 ,...)
http://www.dvbdream.org/
- WinClip (installation dir = Plugins folder of the app.)
http://winclip.atspace.org
- SkyView (installation dir = MDPlugins folder of the app.)
http://www.skyview.pl/
DVB-Core based programs:
- MyTheatre (installation dir = >>**Plugins**<< folder of the app.)
http://www.dvbcore.com/
- RitzDVB (installation dir = >>**Plugins**<< folder of the app.)
http://www.ritzdvb.com/
And also:
- DVB-Viewer-Pro (installation dir = >>**Plugins**<< folder of the app + select "has CI" in hardware option of the program) and add DefaultCSA=FFDecsa_64_MMX.mdl to vPlug.ini file
http://www.dvbviewer.com/forum/
Latest vPlug's news:
http://vplug.wordpress.com/
History
-------
01.04.2008
V 2.2.0
- Fixed S.View I2 AU.
- Fixed LA7 I2 AU.
(thnx to all friends who helped me, you know who they are

)
Notes:
Here is the new vPlug's I2 keys schema (to stop releasing new versions just because of the master key changes) :
I CAID_ProviderId key_index key ; op-key (clear or encrypted)
I CAID_ProviderId M0 key; EMM-Seed (clear)
I CAID_ProviderId M1 key; ECM-Seed (clear)
I CAID_ProviderId M2 key; Common-IV (clear ecm & emm IV's)
I CAID_ProviderId M3 key; Clear-PMK0
I CAID_ProviderId M4 key; Clear-PMK1
I CAID_ProviderId M5 key; Encrypted-PMK0
I CAID_ProviderId M6 key; Encrypted-PMK1
I CAID_ProviderId M7 data; Clear-SA
I CAID_ProviderId M8 data; Encrypted-SA
I CAID_ProviderId M9 data; Clear 3 byte EMM header eg. 82703F or 82403F or ...
I CAID_ProviderId F0 IsEncrypted; To use encrypted data, set IsEncrypted to 01 (otherwise 00)