#
# The modbox file uses the conventional INI format. The structure is as follows:
#
# [section1]
# setting1=value1
# setting2=value2
#
# [section2]
# setting1=value3
#
#
# The section identifies the SmartCard, therefore consisting of the following
# parameters:
#
# caid
# The 4 hexadecimal digits long CAID specifying the SmartCard/CAS in use.
#
# prov
# The 4/6 hexadecimal digits long ident of the provider that the SmartCard is
# supposed to descramble. In case of 4 digit idents, two 0 digits are appended.
#
[caid:0123:prov:012345]
#
# Settings
#
# The possible settings depend on the SmartCard in use. For each parameter,
# the support SmartCards are specified.
#
#
# rsa_key
# RSA key for NAGRA and Conax or so-called camdata for Irdeto SmartCards.
# An RSA key typically consists of 128 hexadecimal digits.
#
rsa_key=00000000111111112222222233333333444444445555555566666666777777778888888899999999AAAAAAAABBBBBBBBCCCCCCCCDDDDDDDDEEEEEEEEFFFFFFFF
#
# box_key
# Either the so-called Box key for NAGRA or camkey for Irdeto SmartCards
# consisting of 16 hexadecimal digits,
# or the so-called Box ID for NDS VideoGuard and Tongfang SmartCards
# consisting of 8 hexadecimal digits.
#
box_key=0123456789ABCDEF
#
# pincode
# PIN code consisting of 4 decimal digits for SmartCard controlled parental
# control. Supported SmartCards are ViACCESS, CryptoWorks and Conax.
#
pincode=1234
#
# blockemm-bylen
# Blocks EMMs with the specified size ranges in order to try to prevent SmartCard
# pairing. NDS VideoGuard SmartCards are supported (e.g. Sky DE V13 / V14).
#
# If no upper bound is specified like in the below example, the upper bound is
# set to infinity, meaning that all EMMs with sizes ranging from lower bound
# to infinity are blocked.
#
# Values are provided in decimal notation.
#
blockemm-bylen=1-29,31-35,37-47,50,52-53,55-
#
# Example entries
#
# It is of course possible to specify multiple entries/sections for multiple
# SmartCards. Entries do not have to contain all of the above settings.
# Following are some typical user scenarios.
#
# RSA and Box keys for provider 012345 with CAID 0123.
[caid:0123:prov:012345]
rsa_key=00000000111111112222222233333333444444445555555566666666777777778888888899999999AAAAAAAABBBBBBBBCCCCCCCCDDDDDDDDEEEEEEEEFFFFFFFF
box_key=0123456789ABCDEF
# Box keys and pin code for provider 012300 with CAID 3210.
[caid:3210:prov:012300]
pincode=1234
# Block EMMs with specified sizes for Sky V13 (CAID 09C4).
[caid:09C4:prov:000000]
blockemm-bylen=1-29,31-35,37-47,50,52-53,55-
# Block EMMs with specified sizes for Sky V14 (CAID 098C).
[caid:098C:prov:000000]
blockemm-bylen=1-38,40,42-44,65-124,126-127,131,139-255