Softcam converters TM other to openbox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • frogsat
    Newbie
    • May 2012
    • 12

    #1

    Softcam converters TM other to openbox

    Anyone have a softcam converter from Technomate to Openbox or know how to alter the softcams code.
    I have got a softcam working on my TM1500+ (which I use for the motor looped through the Openbox.
  • slugworth
    DK Veteran
    • Nov 2011
    • 1064

    #2
    from the lan manager help files:
    Code:
    Softcam.key format:
    
    #################################################################################################################
    # Irdeto2
    #
    # format:
    # I <caid-provider>  <opkey_number> <keydata>
    #
    # sample
    I 060400 06 4C8539466D6B4805408449DC778FC603 ; 
    # caid = 0604, provider = 00, opkey_number=06 , keydata = 4C8539466D6B4805408449DC778FC603
    #
    # if opkey_number = M1 or M2, it means ECM seed, ECM IV
    # sample
    I 060400 M1 98B4DCAD44E8C9504C3F4E51692A7047 ;  (ECM Seed)
    I 060400 M2 AE652B210BF89FC69507609842FD303E ;(ECM IV)
    
    #################################################################################################################
    # Cryptoworks
    #
    # format
    # W <caid-provider> <key_type> <keydata> 
    # keydata is 16 bytes (32 chars)
    # sample
    W 0D03A0 01 2179387D6246099FB2E9733BDB4E1B78 ;
    # caid = 0d03, provider  =a0, key_type = 01, keydata = 2179387D6246099FB2E9733BDB4E1B78
    #
    # if key_type = 06 , keydata is cardsystem key ,8 bytes (16 chars)
    # sample
    W 0D0504 06 0987CF2A611D; CardSystem Key 
    #
    # if key_type = B0 , keydata is RSA key ,64bytes (128 chars)
    # sample
    W 0D035C B0 7DD0BF6692E9D45BFA6997A6592E90AED2F9A6624BA91D1BF8A4DC16EF187E02B666F177A02323DC97665F3C61970BCE0AEF63E7539B36AB9BF58B204B5D0080

    Comment

    Working...