I enabled the audit device to write audit logs
In the logs, the information brought, much of it is encrypted in hash hmac. How do I view them?
I enabled the audit device to write audit logs
In the logs, the information brought, much of it is encrypted in hash hmac. How do I view them?
You can’t as it is a one way hash.
The idea is that you can compare log lines as well as compute the hash yourself from known plaintext, but as the items encoded are usually the more sensitive ones you don’t want them in a log file.
You can configure which fields get hashed, but I’d be cautious in doing so.
To provide some links based on @stuart-c’s response: