Flat File Encryption Elements
Flat File Encryption Elements

Flat File Encryption Elements

Zebra highly recommends that encryption is used when importing data with the flat file method.
The Site Map file may be encrypted differently from the user file. For simplicity purposes, this is not recommended.
Flat File Encryption Configuration
Flat File Encryption Configuration Elements
Supplied By
Parameter Name
Description
Required
Customer
Zebra
SITE_MAPPING_FILE_IS_ENCRYPTED
Specifies if the site map file is encrypted and uses the same encryption scheme and credentials as the user import file.
Possible values:
  • true
  • false
CRYPTO_IS_ENCRYPTED
Specifies if the site map and user import files are encrypted. When true, both the site maps and user import files are encrypted.
Possible values:
  • true
  • false
When false, the remaining parameters are ignored.
CRYPTO_PASSWORD_FOR_KEY
String value for the AES256 encryption password
(if encrypted)
CRYPTO_SALT
String for the Salt value for AES256 HMAC key generation.
(if encrypted)
CRYPTO_ITERATION_COUNT
Iteration count to decrypt file. This number has to be same as encrypt file.
Default value is 100000
(if encrypted)
CRYPTO_KEY_LENGTH
Specifies the key length for decryption.
Default value is 256.
(if encrypted)