I need to support an auditing requirement to provide tamper-proof logs, that is, logs that contain integrity checks that the rows have not been altered afterwards.
Reading up on this, I’ve learned that this is done by adding a column that contains a signed hash with the contents of the previous row.
If you think this could be a valuable addition to Carbonite, I’d be happy to flesh out the idea further.
I need to support an auditing requirement to provide tamper-proof logs, that is, logs that contain integrity checks that the rows have not been altered afterwards.
Reading up on this, I’ve learned that this is done by adding a column that contains a signed hash with the contents of the previous row.
If you think this could be a valuable addition to Carbonite, I’d be happy to flesh out the idea further.