InnoMedia MTA8328 Administrative Guide
Page 65
Copyright © 2020 InnoMedia. All rights reserved.
A
PPENDIX
B
T
HE USE OF ENCRYPTION KEY METHODS
Inno rc4_102
Use utility “rc4_102”
to encrypt the plaintext config file (e.g., MTA6328_$MAC.cfg) with a 32-char-long key.
Syntax:
rc4_102
mac key input-file
['
out-prefix
'] [logfile]
Example:
rc4_102
001099001122 1234567890qwertyuiop1234567890as
MTA_sample_config.txt MTA
Output:
Encrypted config file:
MTA001099001122.cfg
is created.
Openssl command example
Provisioning config file should be encrypted using the following command at the provisioning server when
AES-256 is selected from the encryption menu.
$ openssl enc
–
aes-256-cbc
–
k password
–
in infile
–
out outfile