Information on encrypted input-files

The CANedge supports encryption of MF4-files. The encryption keys are provided to the decoders using a JSON formatted password-file. The file may contain a default key, labeled default, and a range of device specific keys (taking precedence) - using the device-IDs of the corresponding CANedges as the keys.

Below shows an example with both a default and a device-specific key (device-ID AABBCCDD):

{
  "default": "thedefaultpasswordforall",
  "AABBCCDD": "devicespecificpasswordex"
}