Newbie csa rainbow tool

scubidoo

Registered
Messages
25
Hello all

I am starting to learn csa rainbow tool

Thanks colibri for the sharing.

When i try to find crypt8, i find a fews and at the end of each one i see a letter 0 or E

What it is?

What table i have to use?

B8xff ot B8x00

Best regards
 

Dave5118

Feed Hunter
Messages
1,147
O = odd
E = even
They are using alternating CWs that change every 8-12 seconds or so, as in ND$, Conax, Irdeto etc
Rainbow tool is no use for these 'providers' encryptions, it is only intended for BISS, you will only see even CWs (E) in the case of BISS ;)

As for which table to use, if your c8 comes from the Video PID, then the following applies;
H264 video & single high count - FFH table
H264 video & 3 high counts(same or similar) - 030000h table
mpeg2 video - 00h table

If the c8 comes from the audio PID, then it's always 00h table, BUT, if it is PCM audio, c8 will most likely be fake.

Hope that helps a bit ;)
 

daxiter

Registered
Messages
3
another newbie

another newbie here in many ways.

i read the pdf article on colibri website

so the idea is to pick a random 16bit nr, e.g. 0xc994,
pick a pattern eg 184 x 0x00,
run 2^16 rounds on the 2^32 :eek: cw c99400000000..ffffffff
until computer melts

do i understand correct?

and put output in 12 byte records, can you verify this one is correct "00h table entry"

c9 94 de ad be ef df c0 73 b0 d8 ee

easy to make programing mistakes..

looks like lookup will be quadratic in # of rounds btw..
1/2 n (n-1)
 

BRSat

Registered
Messages
36
O = odd
E = even
They are using alternating CWs that change every 8-12 seconds or so, as in ND$, Conax, Irdeto etc
Rainbow tool is no use for these 'providers' encryptions, it is only intended for BISS, you will only see even CWs (E) in the case of BISS ;)

As for which table to use, if your c8 comes from the Video PID, then the following applies;
H264 video & single high count - FFH table
H264 video & 3 high counts(same or similar) - 030000h table
mpeg2 video - 00h table

If the c8 comes from the audio PID, then it's always 00h table, BUT, if it is PCM audio, c8 will most likely be fake.

Hope that helps a bit ;)

Great answer, but when to use B8hx, 08hx and A8hx tables?
 

barney115

Donating Member
Staff member
Administrator
Messages
24,808
F1 Feeds require that Chain Tables 08hx
probably other Feeds also require those plain types too
normally ffh , 03000h is used and most common however .
cheers !
 

capsmvp

Registered
Messages
175
How do you merge version 1 tables for making table 1 and table 2 from the col site 1 file? I tried this in rainbow tool v1 and nothing happens. It just hangs and says merging with nothing happening.
 
Top