InnoMedia HG8328-1W Administrative Guide
Page 58
Copyright © 2019 InnoMedia. All rights reserved.
Appendix A The 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