PowerVu Chat [only chat, don‘t post keys here]

serkanguzel

Registered
Messages
1,445
on this time, was the old key are posted. i tested this with the aktiv key. with the old key you become not a dcw.

Okay too! This decision should be given the opportunity to give the members.

That should give the key to being not censored.

Already, because '@marwan' the give without censoring, '@highlander' noticed.

Anyway... Now, we need to find how a solution from this point.
 

n3ur0

Donating Member
Messages
60
if anyone can compile oscam with this patch for linux x86
Code:
https://github.com/oscam-emu/oscam-emu/blob/master/oscam-emu.patch
Test could be sent to the ECM through acamd "oscam"

We will more info from oscam:
Code:
+char* GetProcessECMErrorReason(int8_t result)
+{
+ switch(result) {
+ case 0:
+ return "No error";
+ case 1:
+ return "ECM not supported";
+ case 2:
+ return "Key not found";
+ case 3:
+ return "Nano80 problem";
+ case 4:
+ return "Corrupt data";
+ case 5:
+ return "CW not found";
+ case 6:
+ return "CW checksum error";
+ case 7:
+ return "Out of memory";
+ case 8:
+ return "ECM checksum error";
+ default:
+ return "Unknown";
+ }
+}
 
Last edited:

laaraj11

Registered
Messages
23
I suppose a good start is to decrypt the powervu TS stream offline (on PC) !
just like "TSDEC" (sourceforce) do witch CSA !
the source has to be modified to decrypt with DES-ECB (only the 184 bytes payload).
what do you think ?
 

n3ur0

Donating Member
Messages
60
Code:
http://upload.dvhk.to/file.php?id=7119
tested on altdvb !!! and working bwtv :D
in file ini change key to actual


 
Last edited:
Top