Справочник Пользователя для INNOMEDIA TECHNOLOGY INC MTA-W-0000001

Скачать
Страница из 57
InnoMedia 8328-1 Administrative Guide  
  
 
Page 55
 
 
 
         Copyright © 2017 InnoMedia. All rights reserved.         
8
 
A
PPENDIX 
B
    
T
HE USE OF ENCRYPTION KEY METHODS
 
8.1
  Inno rc4_102 
Use utilit  
_
 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.
 
8.2
  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