Hi
What kind of characters are allowed on CR1000 (os28) and LoggerNet 4.3
when defining phasphrase(key) for Pakbus and TCP encryption ?
Regards
Morten Skov
The datalogger allocates up to 63 bytes for the storage of the key. It is stored as a nul terminated utf-8 encoded unicode string and can store any character code except nul (0). This value is used by the datalogger to generate a 128 bit key used for AES encryption. PakBus encryption is applied to ALL methods of PakBus communication and not just PakBus/TCP.
Hi jtrauntvein
Thanks.