-
Notifications
You must be signed in to change notification settings - Fork 55
Drecrypt config
As of November 2017, OSCam-Emu supports reading keys from both Softcam.key and ee.bin files. Write them with this syntax:
D <caid><provider> <key type><key index> <key>
where
caid (4 hex characters) : only "4AE1" caid is supported at the moment
provider (2 hex characters) : supported providers are "11" and "14"
key type (2 hex characters) : can be either "3B" or "56"
key index (2 hex characters) : any hex number from "00", "01", ..., to "0F"
key (64 hex characters) : the ecm key (32 bytes long)
Example 1:
caid : 4AE1
provider : 11
key type : 3B
key index : 01
key : 112233445566778899AABBCCDDEEFF0011223344556677889900AABBCCDDEEFF
D 4AE111 3B01 112233445566778899AABBCCDDEEFF0011223344556677889900AABBCCDDEEFF
Example 2:
caid : 4AE1
provider : 14
key type : 56
key index : 04
key : 112233445566778899AABBCCDDEEFF0011223344556677889900AABBCCDDEEFF
D 4AE114 5604 112233445566778899AABBCCDDEEFF0011223344556677889900AABBCCDDEEFF
Instead of putting keys into the SoftCam.Key file, it's easier to use the "ee36.bin (for caid "4AE1" and provider "11") and "ee56.bin" (for caid "4AE1" and provider "14") files.
Put these files into the OSCam-Emu config folder (where SoftCam.Key is) or set a custom path for these files with the "extee36" and "extee56" reader settings via the webif. Custom paths must start with a forward slash ("/") and end with a forward slash as well.
D <number> OVER <key>
where
number (2 hex characters) : any hex number from "00", "01", ..., to "0F"
key (16 hex characters) : the overcrypt key (8 bytes long)
Example:
D 00 OVER 1122334455667788
D 01 OVER 1122334455667788
D 02 OVER 1122334455667788
.
.
.
D 0E OVER 1122334455667788
D 0F OVER 1122334455667788
An alternative method to input the overcrypt keys is though the reader config and the "deskey" parameter. Using this option, all 16 overcrypt keys are entered as one 128 byte long key (16 * 8 bytes). Find your Emu [reader] in the "oscam.server" file and add a line like this:
Example:
deskey = 98A0DA977A2D9299DA49E4619A10C548FE242CD54B15F1759DCD07AE076C45EEDC82E2CC5252A1D80ADB9D093BE8A4BDA7E0B53D82A8D472D336C36FEF0BE35B288BA781D14DDECA99356AC9B7FE85FA4E1802298FF896AB750A5C09C85D0417C18ADBE7B42C8561310E54B3597F106CF97C95C7D70EF28F523CFF427B8B5F64
D <caid><provider> MK<key type><key index> <key>
Example:
caid: 4AE1
provide: FF
key type: AA
key index: 01
key:112233445566778899AABBCCDDEEFF0011223344556677889900AABBCCDDEEFF
D 4AE1FF MKAA01 112233445566778899AABBCCDDEEFF0011223344556677889900AABBCCDDEEFF