The log files saved in local storage can be encrypted using the AES-256-CTR cipher algorithm.
configure log
encryption-key key [hash | hash2 | custom]
configure log
encryption-key (plaintext | hashed-value)
openssl enc aes-256-ctr -pbkdf2 -d -in <log file encrypted> -out <output log file> -p -pass pass:<passphrase>