© 1998-2014 InnoMedia, Inc. All rights reserved.
Page 56
InnoMedia MTA8328-1U Administrative Guide
Password
The Password for HTTP Authentication.
System.Prov.A
ccount.Passwo
rd
Protocol
The Protocol to connect to the server. The
supported protocols are: HTTP, HTTPS, FTP,
and TFTP.
System.Prov.P
rotocol
Format
Format of the config file to be sent to the
MTA. Currently, the supported types are:
INI and XML. In a future version, TLV
(CableLabs PC2.0 standard) will be
supported. INI is a TAG=VALUE style config
file, XML is an XML formatted file.
System.Prov.F
ormat
Encryption
The Encryption Format of the config file to
be sent to the MTA. Supported formats are:
Auto, None, RC4, AES, and AES-256.
System.Prov.E
ncrypt
Encryption Key
The paraphrase to be used for encryption.
Below is a table of the number of characters
for each Encryption Type and Key Method.
RC4
AES
AES-
256
Hex
32
32
64
ASCII
16
16
32
Inno
Any
Any
Any
System.Prov.K
ey
Key Method
Four methods are supported for the Key
method: Inno Key, Raw Hex, ASCII String,
and openSSL.
Inno – InnoMedia hash key method.
Raw HEX – key is in binary form but
input as Hex String. Device will convert
it back to binary as a decryption key.
Raw Key – key is in ascii format already.
Device only uses it for the decryption
key.
OPENSSL key – Device will use
Encryption Key as password to generate
openssl compatible key, salt and IV to
decode the config file. Config file should
be encrypted using the following
command at the provisioning server:
$ openssl enc –aes-256-cbc –k password
–in infile –out outfile.
System.Prov.M
ode