Topic: log file encryption question
Hi,
The manual states that the log file can be encrypted using AES 128bit, is there any way to set this to be AES 256bit for added security ?
Regards
NicKT
You are not logged in. Please login or register.
Hi,
The manual states that the log file can be encrypted using AES 128bit, is there any way to set this to be AES 256bit for added security ?
Regards
NicKT
Hello,
there's currently no (built-in) way to configure it for 256 bit. However, even 128 bit AES is considered very secure and should be the "right" solution for most applications (trade-off between performance and security, among other reasons). Bruce Schneier (security expert, you probably know him) even recommends 128 bit over 256 bit:
"I would recommend that people use AES-128 and not AES-256."
http://www.schneier.com/blog/archives/2 … w_aes.html
That said, it is still possible to use AES 256, but you would need to implement your own custom file protocol or extend the built-in one. And since the SmartInspect Console has only support for 128bit AES, you would need to decrypt the log files manually before loading them into the Console.
Regards,
Tobias